Skip to main content

@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

api.ts:625


deferred

Optional deferred: boolean

Defined in

api.ts:635


idTokenRequestId

Optional idTokenRequestId: string

ID of ID token request issued to the holder.

Defined in

api.ts:629


issuerId

issuerId: string

ID of the issuer used to issue the credential.

Defined in

api.ts:633


offerEndpoint

Optional offerEndpoint: string

Defined in

api.ts:634