Class: IdentityCheckCredentialJWTClass
A JWT-encoded VC that wraps an identity check credential for identity proofing and verification in GOV.UK One Login.
JSON schema: IdentityCheckCredentialJWT.json
URI: di_vocab:IdentityCheckCredentialJWTClass
Parents
- is_a: JWTClass
Referenced by Class
Attributes
Own
- IdentityCheckCredentialJWTClass➞iss 1..1
- Description: The
iss
(issuer) claim identifies the principal that issued the JWT. - Range: Uri
- Description: The
- IdentityCheckCredentialJWTClass➞sub 1..1
- Description: The
sub
(subject) claim identifies the principal that is the subject of the JWT. - Range: Uri
- Description: The
- IdentityCheckCredentialJWTClass➞nbf 1..1
- Description: The
nbf
(not before) claim identifies the time the JWT is valid from. - Range: Integer
- Description: The
- IdentityCheckCredentialJWTClass➞vc 1..1
- Range: IdentityCheckCredentialClass
- IdentityCheckCredentialJWTClass➞jti 0..1
- Description: The
jti
(JWT ID) claim identifies the unique identifier of the JWT. - Range: Uri
- Description: The
Inherited from JWTClass:
- 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
Other properties
See also: | ../json-schemas/IdentityCheckCredentialJWT.json |