Skip to content

Class: JWTClass

URI: di_vocab:JWTClass

img

Children

Referenced by Class

Attributes

Own

  • iss 0..1
    • Description: The iss (issuer) claim identifies the principal that issued the JWT.
    • Range: Uri
  • sub 0..1
    • Description: The sub (subject) claim identifies the principal that is the subject of the JWT.
    • Range: Uri
  • nbf 0..1
    • Description: The nbf (not before) claim identifies the time the JWT is valid from.
    • Range: Integer
  • exp 0..1
    • Description: The exp (expiration time) claim identifies the time the JWT expires.
    • Range: Integer
  • aud 0..1
    • Description: The aud (audience) claim identifies the recipients that the JWT is intended for.
    • Range: Uri
  • iat 0..1
    • Description: The iat (issued at) claim identifies the time at which the JWT was issued.
    • Range: Integer
  • jti 0..1
    • Description: The jti (JWT ID) claim identifies the unique identifier of the JWT.
    • Range: Uri