@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.
Export
InitPreAuthOffer
Table of contents
Properties
Properties
clientId
• Optional
clientId: string
DID of holder for which the offer is created.
Memberof
InitPreAuthOffer
Defined in
deferred
• Optional
deferred: boolean
Memberof
InitPreAuthOffer
Defined in
format
• format: CredentialFormat
Memberof
InitPreAuthOffer
Defined in
idTokenRequestId
• Optional
idTokenRequestId: string
ID of ID token request issued to the holder.
Memberof
InitPreAuthOffer
Defined in
issuerId
• issuerId: string
ID of the issuer used to issue the credential.
Memberof
InitPreAuthOffer
Defined in
offerEndpoint
• Optional
offerEndpoint: string
Memberof
InitPreAuthOffer