Type alias SendProximityPresentationSessionOptions

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

Type declaration

  • Readonly credentialIds: readonly string[]

    Array of credential Ids used to retrieve mobile credentials from storage and send as part of response to verifier

  • Optional Readonly terminateSession?: boolean

    Optional parameter which controls whether to terminate the session as a part of sending the response, if a value is not supplied for this parameter the default of "false" is used meaning the session is not terminated

Generated using TypeDoc