Class: RiskAssessmentCredentialJWTClass
A JWT-encoded VC that wraps a risk assessment credential for identity proofing and verification in GOV.UK One Login.
JSON schema: RiskAssessmentCredentialJWT.json
URI: di_vocab:RiskAssessmentCredentialJWTClass
Parents
- is_a: JWTClass
Attributes
Own
- ➞vc 1..1
Inherited from JWTClass:
- 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
Other properties
See also: | ../json-schemas/RiskAssessmentCredentialJWT.json |