Home
last modified time | relevance | path

Searched refs:AppleAuthenticationOperation (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-apple-authentication/build/
H A DAppleAuthentication.types.js18 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 DAppleAuthentication.js2 import { AppleAuthenticationOperation, } from './AppleAuthentication.types';
41 requestedOperation: AppleAuthenticationOperation.LOGIN,
65 requestedOperation: AppleAuthenticationOperation.REFRESH,
93 requestedOperation: AppleAuthenticationOperation.LOGOUT,
H A DAppleAuthentication.types.d.ts178 export declare enum AppleAuthenticationOperation { enum
H A DAppleAuthentication.js.map1AppleAuthenticationOperation,\n AppleAuthenticationRefreshOptions,\n AppleAuthenticationSignInOp…
H A DAppleAuthentication.types.js.map1 …\n EMAIL = 1,\n}\n\n// @needsAudit @docsMissing\nexport enum AppleAuthenticationOperation {\n /*…
/expo/packages/expo-apple-authentication/src/
H A DAppleAuthentication.ts6 AppleAuthenticationOperation,
53 requestedOperation: AppleAuthenticationOperation.LOGIN,
83 requestedOperation: AppleAuthenticationOperation.REFRESH,
117 requestedOperation: AppleAuthenticationOperation.LOGOUT,
H A DAppleAuthentication.types.ts205 export enum AppleAuthenticationOperation { enum
/expo/docs/components/plugins/__snapshots__/
H A DAPISection.test.tsx.snap5256 AppleAuthenticationOperation
5348 AppleAuthenticationOperation.IMPLICIT = 0
5416 AppleAuthenticationOperation.LOGIN = 1
5478 AppleAuthenticationOperation.REFRESH = 2
5540 AppleAuthenticationOperation.LOGOUT = 3