@FunctionalInterface public interface ConfirmationKeyVerifier
ConfirmationKeyVerifier
is responsible to verify a confirmation key node.Modifier and Type | Field and Description |
---|---|
static ConfirmationKeyVerifier |
UNKNOWN
Verifier that always fail because verification method is not supported.
|
Modifier and Type | Method and Description |
---|---|
Promise<Result,NeverThrowsException> |
verify(Context context,
AccessTokenInfo tokenInfo,
JsonValue cnfKey)
Verifies the given confirmation key value.
|
static final ConfirmationKeyVerifier UNKNOWN
Promise<Result,NeverThrowsException> verify(Context context, AccessTokenInfo tokenInfo, JsonValue cnfKey)
context
- execution contexttokenInfo
- resolved (but not authorized) access_token infocnfKey
- cnf child node such as x5t#S256.Copyright 2011-2017 ForgeRock AS.