DeviceSecretValidator

fun interface DeviceSecretValidator

Used for validating device secrets minted by an Authorization Server.

Types

Link copied to clipboard

An error used for describing errors when validating the token.

Functions

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

Called when the OAuth2Client receives a Token response.