CborWebToken
CBOR Web Token (CWT)
See RFC8392
Constructors
Properties
The "aud" (audience) claim has the same meaning and processing rules as the "aud" claim defined in Section 4.1.3 of RFC7519, except that the value of the audience claim is a StringOrURI when it is not an array or each of the audience array element values is a StringOrURI when the audience claim value is an array. (StringOrURI is defined in Section 2 of this specification.) The Claim Key 3 is used to identify this claim.
The "exp" (expiration time) claim has the same meaning and processing rules as the "exp" claim defined in Section 4.1.4 of RFC7519, except that the value is a NumericDate, as defined in Section 2 of this specification. The Claim Key 4 is used to identify this claim.
The "iat" (issued at) claim has the same meaning and processing rules as the "iat" claim defined in Section 4.1.6 of RFC7519, except that the value is a NumericDate, as defined in Section 2 of this specification. The Claim Key 6 is used to identify this claim.
The "iss" (issuer) claim has the same meaning and processing rules as the "iss" claim defined in Section 4.1.1 of RFC7519, except that the value is a StringOrURI, as defined in Section 2 of this specification. The Claim Key 1 is used to identify this claim.
The "nbf" (not before) claim has the same meaning and processing rules as the "nbf" claim defined in Section 4.1.5 of RFC7519, except that the value is a NumericDate, as defined in Section 2 of this specification. The Claim Key 5 is used to identify this claim.
The "sub" (subject) claim has the same meaning and processing rules as the "sub" claim defined in Section 4.1.2 of RFC7519, except that the value is a StringOrURI, as defined in Section 2 of this specification. The Claim Key 2 is used to identify this claim.