-
Notifications
You must be signed in to change notification settings - Fork 0
jwtObjectReq
jti
(JWT ID) claim provides a unique identifier for the JWT
iat
(issued at) claim identifies the time at which the JWT was issued
exp
(expiration time) claim identifies the expiration time on or after which the JWT MUST NOT be accepted for processing
aud
(audience) claim identifies the recipients that the JWT is intended for. Each principal intended to process the JWT MUST identify itself with a value in the audience claim
nbf
(not before) claim identifies the time before which the JWT MUST NOT be accepted for processing
subject
(subject) claim identifies the principal that is the subject of the JWT
iss
( issuer) claim identifies the principal that issued the JWT. The processing of this claim is generally application specific. The "iss" value is a case-sensitive string containing a StringOrURI value
customs
this map used for customs Object that you gonna add to jwt