Class IDTokenIssueEvent

    • Constructor Detail

      • IDTokenIssueEvent

        public IDTokenIssueEvent​(Object source,
                                 com.nimbusds.jwt.JWTClaimsSet jwtClaimsSet)
        Creates a new ID token issue event.
        Parameters:
        source - The object that originated the event.
        jwtClaimsSet - The ID token claims set.
    • Method Detail

      • getJWTClaimsSet

        public com.nimbusds.jwt.JWTClaimsSet getJWTClaimsSet()
        Returns the claims set of the issued JWT.
        Returns:
        The JWT claims set.