Skip to main content

@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)

Table of contents

Properties

Properties

deferred

Optional deferred: boolean

Defined in

api.ts:608


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.

Defined in

api.ts:612


issuerId

issuerId: string

ID of the issuer used to issue the credential.

Defined in

api.ts:606


offerEndpoint

Optional offerEndpoint: string

Defined in

api.ts:607


wmpEntityId

Optional wmpEntityId: string

ID of an WMP entity with which a WMP connection has already been established. If provided, WMP is used to send the credential offer to the specified recipient.

Defined in

api.ts:616