react-native-passkeys
Version:
A library for using (webauthn) passkeys on iOS, Android & web with a single api
6 lines • 502 B
TypeScript
import type { AuthenticationExtensionsClientInputs, AuthenticationExtensionsClientOutputs } from "../ReactNativePasskeys.types";
/**
* warn the user about extensions that they tried to use that are not supported
*/
export declare const warnUserOfMissingWebauthnExtensions: (requestedExtensions: AuthenticationExtensionsClientInputs | undefined, clientExtensionResults: AuthenticationExtensionsClientOutputs | undefined) => void;
//# sourceMappingURL=warn-user-of-missing-webauthn-extensions.d.ts.map