io.ktor.auth.Authentication.Configuration (extensions in package io.ktor.auth.jwt) | |
io.ktor.auth.jwt.JWTAuthChallengeFunction |
Specifies what to send back if session authentication fails. |
io.ktor.auth.jwt.JWTAuthenticationProvider |
JWT authentication provider that will be registered with the specified name |
io.ktor.auth.jwt.JWTConfigureFunction |
JWT verifier configuration function. It is applied on the verifier builder. |
io.ktor.auth.jwt.JWTCredential |
Represents a JWT credential consist of the specified payload |
io.ktor.auth.jwt.JWTPrincipal |
Represents a JWT principal consist of the specified payload |