Type alias SendProximityPresentationSessionOptions

SendProximityPresentationSessionOptions: {
    credentialIds: readonly string[];
    terminateSession?: boolean;
}

Type declaration

  • Readonly credentialIds: readonly string[]

    An array of credential IDs that will be used to retrieve mobile credentials from storage and include them in the response sent to the verifier.

  • Optional Readonly terminateSession?: boolean

    Optional parameter that determines whether the session should be terminated when sending the response. If not provided, the default is false, meaning the session will remain active.

Generated using TypeDoc