Package org.forgerock.openidconnect
Class IdTokenHintValidator.VerifiedIdTokenHint
- java.lang.Object
-
- org.forgerock.openidconnect.IdTokenHintValidator.VerifiedIdTokenHint
-
- Enclosing class:
- IdTokenHintValidator
public static final class IdTokenHintValidator.VerifiedIdTokenHint extends Object
Anid_token_hintwhose signature has been verified, together with the registration of the client it names.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenIdConnectClientRegistrationgetClientRegistration()Returns the registration of the client the token was issued to.org.forgerock.json.jose.jws.SignedJwtgetJwt()Returns the verified token.
-
-
-
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.
-
-