@atala/prism-wallet-sdk / Exports / Domain / JWTStatusListResponse
Interface: JWTStatusListResponse
Domain.JWTStatusListResponse
Table of contents
Properties
Properties
@context
• @context: [credential
, revocation
]
Defined in
src/domain/models/VerifiableCredential.ts:306
credentialSubject
• credentialSubject: Object
Type declaration
Name | Type |
---|---|
encodedList | string |
id | string |
statusPurpose | string |
type | string |
Defined in
src/domain/models/VerifiableCredential.ts:317
id
• id: string
Defined in
src/domain/models/VerifiableCredential.ts:315
issuanceDate
• issuanceDate: string
Defined in
src/domain/models/VerifiableCredential.ts:316
issuer
• issuer: string
Defined in
src/domain/models/VerifiableCredential.ts:314
proof
• proof: Object
Type declaration
Name | Type |
---|---|
created | string |
cryptoSuite | string |
jws | string |
proofPurpose | ProofPurpose |
proofValue | string |
type | JWTProofType |
verificationMethod | string |
Defined in
src/domain/models/VerifiableCredential.ts:323
type
• type: [credential
, revocation
]