@triveria/wallet / Exports / InitAuthOffer
Interface: InitAuthOffer
Request for authorization flow credential issuance process start. Consists of offered credential's types and credential offer endpoint (most commonly only schema)
Export
InitAuthOffer
Table of contents
Properties
Properties
deferred
• Optional
deferred: boolean
Memberof
InitAuthOffer
Defined in
format
• format: CredentialFormat
Memberof
InitAuthOffer
Defined in
issuanceQueueItemId
• Optional
issuanceQueueItemId: string
Id of issuance queue item. Required when issuer type is CredentialQueue type and no clientId was provided when adding credential to queue.
Memberof
InitAuthOffer
Defined in
issuerId
• issuerId: string
ID of the issuer used to issue the credential.
Memberof
InitAuthOffer
Defined in
offerEndpoint
• Optional
offerEndpoint: string
Memberof
InitAuthOffer