@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
16 lines (14 loc) • 430 B
JavaScript
/**
* 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}
*/
export class AccountSelector {}
//# sourceMappingURL=AccountSelector.js.map
;