ApiKeyAuthenticationProvider

class ApiKeyAuthenticationProvider : AuthenticationProvider

Represents an API Key authentication provider.

Types

Link copied to clipboard
class Configuration : AuthenticationProvider.Config

Api key auth configuration.

Functions

Link copied to clipboard
open suspend override fun onAuthenticate(context: AuthenticationContext)

Properties

Link copied to clipboard
val name: String?
Link copied to clipboard
val skipWhen: List<ApplicationCallPredicate>

Sources