@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
8 lines • 367 B
TypeScript
/**
* Copyright © 2023-2024 Nevis Security AG. All rights reserved.
*/
import { UserVerificationHandler } from '../operations/userverification/UserVerificationHandler';
export declare class AuthenticatorExtension {
static handlerByAuthenticator(aaid: string, operationId: string): UserVerificationHandler;
}
//# sourceMappingURL=AuthenticatorExtension.d.ts.map