UrlMapLogin

enum UrlMapLogin : Enum<UrlMapLogin> , ConvertibleToJava<UrlMapLogin>

Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment.

Entries

Link copied to clipboard

Not specified. LOGIN_OPTIONAL is assumed.

Link copied to clipboard

Does not require that the user is signed in.

Link copied to clipboard

If the user is not signed in, the auth_fail_action is taken. In addition, if the user is not an administrator for the application, they are given an error message regardless of auth_fail_action. If the user is an administrator, the handler proceeds.

Link copied to clipboard

If the user has signed in, the handler proceeds normally. Otherwise, the auth_fail_action is taken.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): UrlMapLogin
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: UrlMapLogin
Link copied to clipboard
Link copied to clipboard