LoginWithXbox
method in Coherence.Cloud.IAuthClient
Methods
Task<LoginResult> LoginWithXbox(string token, CancellationToken cancellationToken = default)
Login to coherence Cloud using an Xbox profile.
Parameters
| Type | Name | Description |
|---|---|---|
| string | token | Xbox Live Token provided by the Xbox Live SDK method GetTokenAndSignatureAsync. |
| CancellationToken | cancellationToken | Used to cancel the operation. |
Returns
| Type | Description |
|---|---|
| Task<LoginResult> | The status of the asynchronous login operation. |
Remarks
'Xbox Auth Enabled' must be ticked in Project Settings on your Online Dashboard for this authentication method to be usable.