method PrivateSecp256r1.prototype.presentVP
PrivateSecp256r1.prototype.presentVP(
verification_method: DIDURL,
vp: object,
context_loader: ContextLoader,
domain?: string | null,
challenge?: string | null,
options?: W3CPresentOptions | null,
): Promise<object>

Create a new verifiable presentation.

Parameters

verification_method: DIDURL
vp: object
context_loader: ContextLoader
optional
domain: string | null
optional
challenge: string | null
optional
options: W3CPresentOptions | null

Return Type

Promise<object>