AccessTokenValidator

fun interface AccessTokenValidator

Used for validating Access Tokens minted by an Authorization Server.

Types

Link copied to clipboard

An error used for describing errors when validating the Jwt.

Functions

Link copied to clipboard
abstract suspend fun validate(client: OAuth2Client, accessToken: String, idToken: Jwt)

Called when the OAuth2Client receives a Token response.