@triveria/wallet / Exports / InitPreAuthOffer
Interface: InitPreAuthOffer
Request for pre-authorized issuance process start. Consists of client id or id token request id, credential offer endpoint(most commonly only schema) and id's of credentials to be issued to client. Either clientId or idTokenRequestId MUST be present in the request.
Table of contents
Properties
Properties
clientId
• Optional clientId: string
DID of holder for which the offer is created.
Defined in
deferred
• Optional deferred: boolean
Defined in
idTokenRequestId
• Optional idTokenRequestId: string
ID of ID token request issued to the holder.
Defined in
issuerId
• issuerId: string
ID of the issuer used to issue the credential.
Defined in
offerEndpoint
• Optional offerEndpoint: string