UNPKG

@mattermost/react-native-emm

Version:

React Native package for EMM managed configurations

13 lines 357 B
export type AuthenticateConfig = { reason?: string; description?: string; fallback?: boolean; supressEnterPassword?: boolean; blurOnAuthenticate?: boolean; }; export type AuthenticationMethods = { readonly face: boolean; readonly fingerprint: boolean; readonly passcode: boolean; }; //# sourceMappingURL=authenticate.d.ts.map