Package-level declarations
Types
Link copied to clipboard
Alias for function signature that is called when authentication fails.
Link copied to clipboard
typealias ApiKeyAuthenticationFunction = suspend <Error class: unknown class>.(String) -> <Error class: unknown class>?
Alias for function signature that is invoked when verifying header.
Link copied to clipboard
Represents an API Key authentication provider.
Functions
Link copied to clipboard
fun <Error class: unknown class>.apiKey(name: String? = null, configure: ApiKeyAuthenticationProvider.Configuration.() -> Unit)
Installs API Key authentication mechanism.