ConnectBearerToken |
Scroll |
Connects the specified user to the Thereforeā¢ Server using a bearer token.
Namespace: Therefore.API
Visual Basic Public Overridable Function ConnectBearerToken ( _ nType As TheClientType, _ strBearerToken As String, _ strNodeInternal As String, _ strNodeFriendly As String, _ strAlias As String, _ bAllowUI As Boolean, _ nLicMoveMode As TheConnectMode, _ strDiscNodeInternal As String, _ strDiscNodeFriendly As String _ ) C# public virtual void ConnectBearerToken ( TheClientType nType, string strBearerToken, string strNodeInternal, string strNodeFriendly, string strAlias, bool bAllowUI, TheConnectMode nLicMoveMode, out string strDiscNodeInternal, out string strDiscNodeFriendly )
Parameters nType The TheClientType to connect to the TheServer.
strBearerToken The bearer token for the connection.
strNodeInternal IP address of the local user. Can be empty.
strNodeInternal Machine name of the local user. Can be empty.
strAlias Alias of the user. Can be empty.
bAllowUI Show logon dialog if connecting with default settings failed.
nLicMoveMode How to handle the user license if the user is already logged in from another machine.
[out] strDiscNodeInternal The IP address of the local user.
[out] strDiscNodeFriendly Machine name of the local user.
Return Value None. |
|
|