Home
last modified time | relevance | path

Searched refs:AppleAuthenticationUserDetectionStatus (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-apple-authentication/build/
H A DAppleAuthentication.types.js51 export var AppleAuthenticationUserDetectionStatus; variable
52 (function (AppleAuthenticationUserDetectionStatus) { argument
56AppleAuthenticationUserDetectionStatus[AppleAuthenticationUserDetectionStatus["UNSUPPORTED"] = 0] …
60AppleAuthenticationUserDetectionStatus[AppleAuthenticationUserDetectionStatus["UNKNOWN"] = 1] = "U…
64AppleAuthenticationUserDetectionStatus[AppleAuthenticationUserDetectionStatus["LIKELY_REAL"] = 2] …
65 })(AppleAuthenticationUserDetectionStatus || (AppleAuthenticationUserDetectionStatus = {}));
H A DAppleAuthentication.types.d.ts141 realUserStatus: AppleAuthenticationUserDetectionStatus;
207 export declare enum AppleAuthenticationUserDetectionStatus { enum
H A DAppleAuthentication.types.js.map1AppleAuthenticationUserDetectionStatus;\n\n /**\n * A JSON Web Token (JWT) that securely commun…
/expo/packages/expo-apple-authentication/src/
H A DAppleAuthentication.types.ts160 realUserStatus: AppleAuthenticationUserDetectionStatus;
238 export enum AppleAuthenticationUserDetectionStatus { enum
/expo/docs/components/plugins/__snapshots__/
H A DAPISection.test.tsx.snap2798 AppleAuthenticationUserDetectionStatus
5861 AppleAuthenticationUserDetectionStatus
6012 AppleAuthenticationUserDetectionStatus.UNSUPPORTED = 0
6080 AppleAuthenticationUserDetectionStatus.UNKNOWN = 1
6148 AppleAuthenticationUserDetectionStatus.LIKELY_REAL = 2