Method SignInWithGooglePlayGamesAsync
SignInWithGooglePlayGamesAsync(string, SignInOptions)
Sign in using Google Play Games' authorization code. If no options are used, this will create an account if none exist.
Declaration
Task SignInWithGooglePlayGamesAsync(string authCode, SignInOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | authCode | Google Play Games' authorization code |
| SignInOptions | options | Options for the operation |
Returns
| Type | Description |
|---|---|
| Task | Task for the 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.
|