IdTokenValidator

fun interface IdTokenValidator

Used for validating Id Tokens minted by an Authorization Server.

Types

Link copied to clipboard
class Error(message: String) : IllegalStateException

An error used for describing errors when validating the Jwt.

Link copied to clipboard
class Parameters

The parameters used in validate.

Functions

Link copied to clipboard
abstract suspend fun validate(    oidcClient: OidcClient,     idToken: Jwt,     parameters: IdTokenValidator.Parameters)

Called when the OidcClient receives a Token response.