@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
21 lines (19 loc) • 565 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.AccountSelector = void 0;
/**
* Copyright © 2023 Nevis Security AG. All rights reserved.
*/
/**
* The object in charge of selecting an account.
*
* This interface must be implemented by the user of the SDK only when
* username-less out-of-band authentication is required with multiple accounts.
*
* @see {@link OutOfBandAuthentication.accountSelector}
*/
class AccountSelector {}
exports.AccountSelector = AccountSelector;
//# sourceMappingURL=AccountSelector.js.map
;