Interface ConfirmationKeyVerifier

    • Field Detail

      • UNKNOWN

        static final ConfirmationKeyVerifier UNKNOWN
        Verifier that always fail because verification method is not supported.
    • Method Detail

      • verify

        Promise<Result,​NeverThrowsException> verify​(Context context,
                                                          org.forgerock.http.oauth2.AccessTokenInfo tokenInfo,
                                                          JsonValue cnfKey)
        Verifies the given confirmation key value.
        Parameters:
        context - execution context
        tokenInfo - resolved (but not authorized) access_token info
        cnfKey - cnf child node such as x5t#S256.
        Returns:
        a promise of a validation result