ktor-api-key
1.1.0
ktor-api-key
/
dev.forst.ktor.apikey
/
ApiKeyAuthenticationProvider
Api
Key
Authentication
Provider
class
ApiKeyAuthenticationProvider
:
AuthenticationProvider
Content copied to clipboard
Represents an API Key authentication provider.
Types
Functions
Properties
Sources
Types
Configuration
Link copied to clipboard
class
Configuration
:
AuthenticationProvider.Config
Content copied to clipboard
Api key auth configuration.
Functions
on
Authenticate
Link copied to clipboard
open
suspend override
fun
onAuthenticate
(
context
:
AuthenticationContext
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard
skipWhen
Link copied to clipboard
val
skipWhen
:
List
<
ApplicationCallPredicate
>
Content copied to clipboard
Sources
Ktor API Key Authentication Provider source
Link copied to clipboard