@mattermost/react-native-emm
Version:
React Native package for EMM managed configurations
14 lines (12 loc) • 300 B
text/typescript
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;
};