Actions to take when the user is not logged in.
| Enums | |
|---|---|
AUTH_FAIL_ACTION_UNSPECIFIED |
Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed. |
AUTH_FAIL_ACTION_REDIRECT |
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 |
Rejects request with a 401 HTTP status code and an error message. |