Package com.auth0.json.mgmt.blacklists
Class Token
java.lang.Object
com.auth0.json.mgmt.blacklists.Token
Class that represents an Auth0 Blacklisted Token object. Related to the
BlacklistsEntity entity.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Token
-
-
Method Details
-
getAud
Getter for the JWT's aud claim. This is the client id of the application for which this token was issued.- Returns:
- the audience.
-
setAud
Setter for the JWT's aud claim. This is the client id of the application for which this token was issued.- Parameters:
aud- the audience to blacklist.
-
getJTI
Getter for the JWT's jti claim.- Returns:
- the audience.
-
setJTI
Setter for the JWT's jti to blacklist.- Parameters:
jti- the jwt identifier to blacklist.
-