Show / Hide Table of Contents

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 . when seeing this error code, there is nothing user can do to recover from the sign in failure. Switching to another account may or may not help. Check adb log to see details if any.

In This Article
Back to top Generated by DocFX