LoginWithToken
method in Coherence.Cloud.IAuthClient
Methods
Task<LoginResult> LoginWithToken(SessionToken sessionToken)
Login to coherence Cloud using a SessionToken acquired from the result of a previous login operation.
Parameters
Type | Name | Description |
---|---|---|
SessionToken | sessionToken |
Returns
Type | Description |
---|---|
Task<LoginResult> | An asynchronous operation returning a value representing the result of the operation. If the operation was successful, then LoggedIn will be true, and SessionToken will contain a refreshed token which should replace the old one that was passed to this method. If the operation was not successful, then LoggedIn will be false, and SessionToken will contain the value None. |