Searched refs:AppleAuthenticationOperation (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/expo-apple-authentication/build/ |
| H A D | AppleAuthentication.types.js | 18 export var AppleAuthenticationOperation; variable 19 (function (AppleAuthenticationOperation) { argument 23 AppleAuthenticationOperation[AppleAuthenticationOperation["IMPLICIT"] = 0] = "IMPLICIT"; 24 AppleAuthenticationOperation[AppleAuthenticationOperation["LOGIN"] = 1] = "LOGIN"; 25 AppleAuthenticationOperation[AppleAuthenticationOperation["REFRESH"] = 2] = "REFRESH"; 26 AppleAuthenticationOperation[AppleAuthenticationOperation["LOGOUT"] = 3] = "LOGOUT"; 27 })(AppleAuthenticationOperation || (AppleAuthenticationOperation = {}));
|
| H A D | AppleAuthentication.js | 2 import { AppleAuthenticationOperation, } from './AppleAuthentication.types'; 41 requestedOperation: AppleAuthenticationOperation.LOGIN, 65 requestedOperation: AppleAuthenticationOperation.REFRESH, 93 requestedOperation: AppleAuthenticationOperation.LOGOUT,
|
| H A D | AppleAuthentication.types.d.ts | 178 export declare enum AppleAuthenticationOperation { enum
|
| H A D | AppleAuthentication.js.map | 1 …AppleAuthenticationOperation,\n AppleAuthenticationRefreshOptions,\n AppleAuthenticationSignInOp…
|
| H A D | AppleAuthentication.types.js.map | 1 …\n EMAIL = 1,\n}\n\n// @needsAudit @docsMissing\nexport enum AppleAuthenticationOperation {\n /*…
|
| /expo/packages/expo-apple-authentication/src/ |
| H A D | AppleAuthentication.ts | 6 AppleAuthenticationOperation, 53 requestedOperation: AppleAuthenticationOperation.LOGIN, 83 requestedOperation: AppleAuthenticationOperation.REFRESH, 117 requestedOperation: AppleAuthenticationOperation.LOGOUT,
|
| H A D | AppleAuthentication.types.ts | 205 export enum AppleAuthenticationOperation { enum
|
| /expo/docs/components/plugins/__snapshots__/ |
| H A D | APISection.test.tsx.snap | 5256 AppleAuthenticationOperation 5348 AppleAuthenticationOperation.IMPLICIT = 0 5416 AppleAuthenticationOperation.LOGIN = 1 5478 AppleAuthenticationOperation.REFRESH = 2 5540 AppleAuthenticationOperation.LOGOUT = 3
|