ApiConfigHandlerResponse

data class ApiConfigHandlerResponse(val authFailAction: String, val login: String, val script: String, val securityLevel: String, val url: String)

Google Cloud Endpoints (https://cloud.google.com/endpoints) configuration for API handlers.

Constructors

Link copied to clipboard
fun ApiConfigHandlerResponse(authFailAction: String, login: String, script: String, securityLevel: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Action to take when users access resources that require authentication. Defaults to redirect.

Link copied to clipboard

Level of login required to access this resource. Defaults to optional.

Link copied to clipboard

Path to the script from the application root directory.

Link copied to clipboard

Security (HTTPS) enforcement for this URL.

Link copied to clipboard
val url: String

URL to serve the endpoint at.