Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class AuthFailAction.
Actions to take when the user is not logged in.
Protobuf type google.appengine.v1.AuthFailAction
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
AUTH_FAIL_ACTION_UNSPECIFIED
Value: 0
Not specified. AUTH_FAIL_ACTION_REDIRECT
is assumed.
Generated from protobuf enum AUTH_FAIL_ACTION_UNSPECIFIED = 0;
AUTH_FAIL_ACTION_REDIRECT
Value: 1
Redirects user to "accounts.google.com". The user is redirected back to the application URL after signing in or creating an account.
Generated from protobuf enum AUTH_FAIL_ACTION_REDIRECT = 1;
AUTH_FAIL_ACTION_UNAUTHORIZED
Value: 2
Rejects request with a 401
HTTP status code and an error
message.
Generated from protobuf enum AUTH_FAIL_ACTION_UNAUTHORIZED = 2;