Enum AN_GoogleSignInStatusCodes
Google Sign In specific status codes
Namespace: SA.Android.GMS.Auth
Assembly: cs.temp.dll.dll
Syntax
public enum AN_GoogleSignInStatusCodes
Fields
| Name | Description |
|---|---|
| SIGN_IN_CANCELLED | The sign in was cancelled by the user. i.e. user cancelled some of the sign in resolutions, e.g. account picking or OAuth consent. |
| SIGN_IN_CURRENTLY_IN_PROGRESS | A sign in process is currently in progress and the current one cannot continue. e.g. the user clicks the SignInButton multiple times and more than one sign in intent was launched. |
| SIGN_IN_FAILED | The sign in attempt didn't succeed with the current account. Unlike |