LoginWithSessionToken
method in Coherence.Cloud.IAuthClient
Methods
Task<LoginResult> LoginWithSessionToken(SessionToken sessionToken, CancellationToken cancellationToken = default)
Login to coherence Cloud using a SessionToken acquired from the result of a previous login operation.
Parameters
| Type | Name | Description |
|---|---|---|
| SessionToken | sessionToken | A SessionToken acquired from the result of a previous login operation. |
| CancellationToken | cancellationToken | Used to cancel the operation. |
Returns
| Type | Description |
|---|---|
| Task<LoginResult> | The status of the asynchronous login operation. |