@Immutable public class AccessTokenIssueEvent extends EventObject
source
Constructor and Description |
---|
AccessTokenIssueEvent(Object source,
com.nimbusds.jwt.JWTClaimsSet jwtClaimsSet)
Creates a new access token issue event.
|
Modifier and Type | Method and Description |
---|---|
com.nimbusds.jwt.JWTClaimsSet |
getJWTClaimsSet()
Returns the claims set of the issued JWT.
|
String |
toString() |
getSource
public AccessTokenIssueEvent(Object source, com.nimbusds.jwt.JWTClaimsSet jwtClaimsSet)
source
- The object that originated the event.jwtClaimsSet
- The access token claims set.public com.nimbusds.jwt.JWTClaimsSet getJWTClaimsSet()
public String toString()
toString
in class EventObject
Copyright © 2021 Connect2id Ltd.. All rights reserved.