Class: JWTClass
URI: di_vocab:JWTClass
Children
- AddressCredentialJWTClass - A JWT-encoded VC that wraps an
- AuthorizationRequestClass - An Authorization Request compliant with OAuth 2.0 section 4.1.1.
- CoreIdentityJWTClass - A JWT-encoded VC that wraps a
- IdentityAssertionCredentialJWTClass - A JWT-encoded VC that wraps an
- IdentityCheckCredentialJWTClass - A JWT-encoded VC that wraps an
- InheritedIdentityJWTClass - A JWT-encoded VC that wraps a
- RiskAssessmentCredentialJWTClass - A JWT-encoded VC that wraps a
- SecurityCheckCredentialJWTClass - A JWT-encoded VC that wraps an
Referenced by Class
Attributes
Own
- iss 0..1
- Description: The
iss
(issuer) claim identifies the principal that issued the JWT. - Range: Uri
- Description: The
- sub 0..1
- Description: The
sub
(subject) claim identifies the principal that is the subject of the JWT. - Range: Uri
- Description: The
- nbf 0..1
- Description: The
nbf
(not before) claim identifies the time the JWT is valid from. - Range: Integer
- Description: The
- exp 0..1
- Description: The
exp
(expiration time) claim identifies the time the JWT expires. - Range: Integer
- Description: The
- aud 0..1
- Description: The
aud
(audience) claim identifies the recipients that the JWT is intended for. - Range: Uri
- Description: The
- iat 0..1
- Description: The
iat
(issued at) claim identifies the time at which the JWT was issued. - Range: Integer
- Description: The
- jti 0..1
- Description: The
jti
(JWT ID) claim identifies the unique identifier of the JWT. - Range: Uri
- Description: The