light-mode-image
Learn
Functions

sendProximityPresentationResponse

Send a credential presentation response to the verifier over the active proximity session.

Send a credential presentation response to the verifier over the active proximity session.

Signature

function sendProximityPresentationResponse(
  options: SendProximityPresentationSessionOptions
): Promise<Result<void, SendProximityPresentationResponseError>>

Parameters

Returns

Promise<Result<void, SendProximityPresentationResponseError>>

Throws

InvalidParams if the provided arguments are missing or invalid.

MobileCredentialHolderErrorType.SdkNotInitialized if the SDK has not been initialized.

How would you rate this page?

On this page