Class AuthFailAction (1.9.0)

AuthFailAction(value)

Actions to take when the user is not logged in.

Values: AUTH_FAIL_ACTION_UNSPECIFIED (0): Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed. AUTH_FAIL_ACTION_REDIRECT (1): Redirects user to "accounts.google.com". The user is redirected back to the application URL after signing in or creating an account. AUTH_FAIL_ACTION_UNAUTHORIZED (2): Rejects request with a 401 HTTP status code and an error message.