Home
last modified time | relevance | path

Searched refs:AppleAuthenticationCredentialState (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-apple-authentication/build/
H A DAppleAuthentication.types.js36 export var AppleAuthenticationCredentialState; variable
37 (function (AppleAuthenticationCredentialState) { argument
38AppleAuthenticationCredentialState[AppleAuthenticationCredentialState["REVOKED"] = 0] = "REVOKED";
39AppleAuthenticationCredentialState[AppleAuthenticationCredentialState["AUTHORIZED"] = 1] = "AUTHOR…
40AppleAuthenticationCredentialState[AppleAuthenticationCredentialState["NOT_FOUND"] = 2] = "NOT_FOU…
41AppleAuthenticationCredentialState[AppleAuthenticationCredentialState["TRANSFERRED"] = 3] = "TRANS…
42 })(AppleAuthenticationCredentialState || (AppleAuthenticationCredentialState = {}));
H A DAppleAuthentication.d.ts2 import { AppleAuthenticationCredential, AppleAuthenticationCredentialState, AppleAuthenticationRefr…
61 …eclare function getCredentialStateAsync(user: string): Promise<AppleAuthenticationCredentialState>;
H A DAppleAuthentication.types.d.ts194 export declare enum AppleAuthenticationCredentialState { enum
H A DAppleAuthentication.js.map1AppleAuthenticationCredentialState,\n AppleAuthenticationOperation,\n AppleAuthenticationRefresh…
H A DAppleAuthentication.types.js.map1 …ercredentialstate)\n * for more details.\n */\nexport enum AppleAuthenticationCredentialState {\n …
/expo/apps/native-component-list/src/screens/
H A DAppleAuthenticationScreen.tsx13 AppleAuthenticationCredentialState,
23 credentialState: AppleAuthentication.AppleAuthenticationCredentialState | null;
29 [AppleAuthenticationCredentialState.REVOKED]: 'Your authorization has been revoked.',
30 [AppleAuthenticationCredentialState.AUTHORIZED]: "You're authorized.",
31 [AppleAuthenticationCredentialState.NOT_FOUND]: "You're not registered yet.",
32 …[AppleAuthenticationCredentialState.TRANSFERRED]: 'Credentials transferred.', // Whatever that mea…
124 this.setState({ credentialState: AppleAuthenticationCredentialState.NOT_FOUND });
135 return this.state.credentialState === AppleAuthenticationCredentialState.AUTHORIZED;
/expo/packages/expo-apple-authentication/src/
H A DAppleAuthentication.ts5 AppleAuthenticationCredentialState,
134 ): Promise<AppleAuthenticationCredentialState> {
H A DAppleAuthentication.types.ts223 export enum AppleAuthenticationCredentialState { enum
/expo/docs/components/plugins/__snapshots__/
H A DAPISection.test.tsx.snap1186 AppleAuthenticationCredentialState
1207 AppleAuthenticationCredentialState
4881 AppleAuthenticationCredentialState
5044 AppleAuthenticationCredentialState.REVOKED = 0
5106 AppleAuthenticationCredentialState.AUTHORIZED = 1
5168 AppleAuthenticationCredentialState.NOT_FOUND = 2
5230 AppleAuthenticationCredentialState.TRANSFERRED = 3