Class IdTokenHintValidator.VerifiedIdTokenHint

  • Enclosing class:
    IdTokenHintValidator

    public static final class IdTokenHintValidator.VerifiedIdTokenHint
    extends Object
    An id_token_hint whose signature has been verified, together with the registration of the client it names.
    • Method Detail

      • getJwt

        public org.forgerock.json.jose.jws.SignedJwt getJwt()
        Returns the verified token.
        Returns:
        The verified token.
      • getClientRegistration

        public OpenIdConnectClientRegistration getClientRegistration()
        Returns the registration of the client the token was issued to.
        Returns:
        The client registration.