Package org.localify.auth
Class LocalifyClaims
java.lang.Object
org.localify.auth.LocalifyClaims
Contains constants for custom claims in Localify JWTs.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ROLE
The claim for user roles.- See Also:
-
SESSION
The claim for the session ID.- See Also:
-
TYPE
The claim for the token type (e.g., "access", "refresh").- See Also:
-
INITIAL_ISSUE_TIME
The claim for the initial issue time of a refresh token.- See Also:
-
-
Constructor Details
-
LocalifyClaims
public LocalifyClaims()
-