Module: Google::Cloud::AppEngine::V1::AuthFailAction
- Defined in:
- proto_docs/google/appengine/v1/app_yaml.rb
Overview
Actions to take when the user is not logged in.
Constant Summary collapse
- AUTH_FAIL_ACTION_UNSPECIFIED =
Not specified.
AUTH_FAIL_ACTION_REDIRECTis assumed. 0- 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.
1- AUTH_FAIL_ACTION_UNAUTHORIZED =
Rejects request with a
401HTTP status code and an error message. 2