Payload data for a RFC-7519 JSON Web Token
AsnJSONWebTokenPayLoad is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sISS | string | yes | Identifies principal that issued the JWT. |
u8sSUB | string | yes | Identifies the subject of the JWT. |
u8sAUD | string | yes | 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. If the principal processing the claim does not identify itself with a value in the aud claim when this claim is present, then the JWT must be rejected. |
utcEXP | string | yes | Identifies the expiration time on and after which the JWT must not be accepted for processing. The value must be a NumericDate[10]: either an integer or decimal, representing seconds past 1970-01-01 00:00:00Z. |
utcNBF | string | yes | Identifies the time on which the JWT will start to be accepted for processing. The value must be a NumericDate. |
utcIAT | string | yes | Identifies the time at which the JWT was issued. The value must be a NumericDate. |
u8sJTI | string | Case sensitive unique identifier of the token even among different issuers. | |
iUserType | number | yes | Defines a user type in the context of using the token. The implementer has to define a enum value list this value belongs to |
optionals | AsnStringPairList | yes |
Version 6.4