IdTokenValidator

fun interface IdTokenValidator

Used for validating Id Tokens minted by an Authorization Server.

Types

Link copied to clipboard
class Error @JvmOverloads constructor(message: String, val identifier: String = "") : IllegalStateException

An error used for describing errors when validating the Jwt.

Link copied to clipboard

The parameters used in validate.

Functions

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

Called when the OAuth2Client receives a Token response.