Method SignInWithUnityAsync
SignInWithUnityAsync(string, SignInOptions)
Sign in using Unity Player Login's access token
Declaration
Task SignInWithUnityAsync(string token, SignInOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | token | Unity Player Login's access token |
| SignInOptions | options | Options for the operation |
Returns
| Type | Description |
|---|---|
| Task | Task for the async operation |
Exceptions
| Type | Condition |
|---|---|
| AuthenticationException | The task fails with the exception when the task cannot complete successfully due to Authentication specific errors.
|
| RequestFailedException | The task fails with the exception when the task cannot complete successfully.
|