For a list of all members of this type, see JsonWebTokenPayload members.
Name | Description | |
---|---|---|
![]() | AdditionalClaims | Claims for JWT |
![]() | Audience | Identifies the recipients that the JWT is intended for. |
![]() | ExpirationTime | Identifies the expiration time on and after which the JWT must not be accepted for processing. |
![]() | IssuedAt | Identifies the time at which the JWT was issued. The value must be a NumericDate. |
![]() | Issuer | Identifies principal that issued the JWT. |
![]() | JwtId | Case-sensitive unique identifier of the token even among different issuers. |
![]() | Nonce | The nonce |
![]() | Subject | Identifies the subject of the JWT. |