DeviceSecretValidator

fun interface DeviceSecretValidator

Used for validating device secrets minted by an Authorization Server.

Types

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

An error used for describing errors when validating the token.

Functions

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

Called when the OidcClient receives a Token response.