@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
When true, a verification request URL is created. When false, verification request is registered for a specific holder, that can then start the interaction by making an authorization request with custom scope. Defaults to true.
Defined in
holderEntityId
• Optional holderEntityId: string
Used when createUrl is set to false. Entity ID of the holder that will verify by making an Authorization request with custom scope.
Defined in
verifierId
• verifierId: string
Defined in
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.