Skip to main content

@triveria/wallet / Exports / VerifyInitRequest

Interface: VerifyInitRequest

Registers a new verification request. When createUrl is true, URL used by holder to present credentials to a verifier is created. Otherwise, the holder can use the verifier authorization endpoint with a custom scope to request credentials. In this case holderEntityId must be provided.

Table of contents

Properties

Properties

createUrl

Optional createUrl: boolean

Defined in

api.ts:996


holderEntityId

Optional holderEntityId: string

Defined in

api.ts:997


verifierId

verifierId: string

Defined in

api.ts:995


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:1001