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.

Export

InitPreAuthOffer

Table of contents

Properties

Properties

clientId

Optional clientId: string

DID of holder for which the offer is created.

Memberof

InitPreAuthOffer

Defined in

api.ts:1182


deferred

Optional deferred: boolean

Memberof

InitPreAuthOffer

Defined in

api.ts:1212


format

format: CredentialFormat

Memberof

InitPreAuthOffer

Defined in

api.ts:1200


idTokenRequestId

Optional idTokenRequestId: string

ID of ID token request issued to the holder.

Memberof

InitPreAuthOffer

Defined in

api.ts:1188


issuerId

issuerId: string

ID of the issuer used to issue the credential.

Memberof

InitPreAuthOffer

Defined in

api.ts:1194


offerEndpoint

Optional offerEndpoint: string

Memberof

InitPreAuthOffer

Defined in

api.ts:1206