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( oidcClient: OidcClient, accessToken: String, idToken: Jwt)
Content copied to clipboard
Called when the OidcClient receives a Token response.