Package-level declarations

Types

Link copied to clipboard
object ApiKeyAuth

Constants related to API Key authentication.

Link copied to clipboard

Alias for function signature that is called when authentication fails.

Link copied to clipboard

Alias for function signature that is invoked when verifying an API key from a header.

Link copied to clipboard

Represents an API Key authentication provider.

Functions

Link copied to clipboard
fun AuthenticationConfig.apiKey(name: String? = null, description: String? = null, configure: ApiKeyAuthenticationProvider.Configuration.() -> Unit)

Installs an API Key authentication mechanism.