Package com.auth0.jwt

Class RegisteredClaims

java.lang.Object
com.auth0.jwt.RegisteredClaims

public final class RegisteredClaims extends Object
Contains constants representing the name of the Registered Claim Names as defined in Section 4.1 of RFC 7529
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The "aud" (audience) claim identifies the recipients that the JWT is intended for.
    static final String
    The "exp" (expiration time) claim identifies the expiration time on or after which the JWT MUST NOT be accepted for processing.
    static final String
    The "iat" (issued at) claim identifies the time at which the JWT was issued.
    static final String
    The "iss" (issuer) claim identifies the principal that issued the JWT.
    static final String
    The "jti" (JWT ID) claim provides a unique identifier for the JWT.
    static final String
    The "nbf" (not before) claim identifies the time before which the JWT MUST NOT be accepted for processing.
    static final String
    The "sub" (subject) claim identifies the principal that is the subject of the JWT.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait