Skip to content

jwtObjectReq

seyyed edited this page Jul 31, 2021 · 1 revision

this object used for request view model of jwt service

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

Clone this wiki locally