GetTokenForCurrentUser |
Scroll |
Gets a connect token for the currently logged in user.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetTokenForCurrentUser ( _ expiresAt As DateTime _ ) As String C# public virtual string GetTokenForCurrentUser ( out DateTime expiresAt )
Parameters [out] expiresAt When the token expires.
Return Value The connection token. |
|