Method SignInWithAppleAsync
SignInWithAppleAsync(string, SignInOptions)
Sign in using Apple's ID token. If no options are used, this will create an account if none exist.
Declaration
Task SignInWithAppleAsync(string idToken, SignInOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | idToken | Apple's ID token |
| 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.
|