App Engine v1 API - Enum AuthFailAction (2.3.0)

public enum AuthFailAction

Reference documentation and code samples for the App Engine v1 API enum AuthFailAction.

Actions to take when the user is not logged in.

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Fields

NameDescription
Redirect

Redirects user to "accounts.google.com". The user is redirected back to the application URL after signing in or creating an account.

Unauthorized

Rejects request with a 401 HTTP status code and an error message.

Unspecified

Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.