Class SessionTokenClaimKeys

    • Field Detail

      • SUBJECT

        public static final String SUBJECT
        The claim storing a String user subject for the current session.
        See Also:
        Constant Field Values
      • CLIENT_ID

        public static final String CLIENT_ID
        The claim storing a String client ID for the current session.
        See Also:
        Constant Field Values
      • EXPIRATION_TIME

        public static final String EXPIRATION_TIME
        The claim storing a Date object for the current expiration of the token.
        See Also:
        Constant Field Values
      • MAX_EXPIRATION_TIME

        public static final String MAX_EXPIRATION_TIME
        The claim storing a Date object for the 'max' expiration of the token
        See Also:
        Constant Field Values