Home
last modified time | relevance | path

Searched refs:AppleAuthenticationScope (Results 1 – 14 of 14) sorted by relevance

/expo/packages/expo-apple-authentication/build/
H A DAppleAuthentication.types.js12 export var AppleAuthenticationScope; variable
13 (function (AppleAuthenticationScope) { argument
14 AppleAuthenticationScope[AppleAuthenticationScope["FULL_NAME"] = 0] = "FULL_NAME";
15 AppleAuthenticationScope[AppleAuthenticationScope["EMAIL"] = 1] = "EMAIL";
16 })(AppleAuthenticationScope || (AppleAuthenticationScope = {}));
H A DAppleAuthentication.types.d.ts43 requestedScopes?: AppleAuthenticationScope[];
74 requestedScopes?: AppleAuthenticationScope[];
174 export declare enum AppleAuthenticationScope { enum
H A DAppleAuthentication.types.js.map1AppleAuthenticationScope[];\n\n /**\n * An arbitrary string that is returned unmodified in the …
/expo/packages/expo-apple-authentication/src/
H A DAppleAuthentication.types.ts47 requestedScopes?: AppleAuthenticationScope[];
83 requestedScopes?: AppleAuthenticationScope[];
199 export enum AppleAuthenticationScope { enum
/expo/apps/native-component-list/src/screens/
H A DAppleAuthenticationScreen.tsx14 AppleAuthenticationScope,
78 requestedScopes: [AppleAuthenticationScope.FULL_NAME, AppleAuthenticationScope.EMAIL],
94 requestedScopes: [AppleAuthenticationScope.FULL_NAME, AppleAuthenticationScope.EMAIL],
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dapple-authentication.mdx87 AppleAuthentication.AppleAuthenticationScope.FULL_NAME,
88 AppleAuthentication.AppleAuthenticationScope.EMAIL,
153 | ERR_INVALID_SCOPE | An invalid [`AppleAuthenticationScope`](#appleauthenticationscope) …
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dapple-authentication.mdx87 AppleAuthentication.AppleAuthenticationScope.FULL_NAME,
88 AppleAuthentication.AppleAuthenticationScope.EMAIL,
150 | ERR_APPLE_AUTHENTICATION_INVALID_SCOPE | An invalid [`AppleAuthenticationScope`](#appleauthentic…
/expo/docs/pages/versions/unversioned/sdk/
H A Dapple-authentication.mdx94 AppleAuthentication.AppleAuthenticationScope.FULL_NAME,
95 AppleAuthentication.AppleAuthenticationScope.EMAIL,
160 | ERR_INVALID_SCOPE | An invalid [`AppleAuthenticationScope`](#appleauthenticationscope) …
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dapple-authentication.mdx94 AppleAuthentication.AppleAuthenticationScope.FULL_NAME,
95 AppleAuthentication.AppleAuthenticationScope.EMAIL,
160 | ERR_INVALID_SCOPE | An invalid [`AppleAuthenticationScope`](#appleauthenticationscope) …
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dapple-authentication.mdx75 AppleAuthentication.AppleAuthenticationScope.FULL_NAME,
76 AppleAuthentication.AppleAuthenticationScope.EMAIL,
116 | ERR_APPLE_AUTHENTICATION_INVALID_SCOPE | An invalid [`AppleAuthenticationScope`](#appleauthentic…
/expo/apps/fabric-tester/
H A DApp.tsx193 AppleAuthentication.AppleAuthenticationScope.FULL_NAME,
194 AppleAuthentication.AppleAuthenticationScope.EMAIL,
/expo/docs/components/plugins/api/
H A DAPISectionUtils.test.tsx29 elementType: { type: 'reference', name: 'AppleAuthenticationScope' },
/expo/docs/components/plugins/api/__snapshots__/
H A DAPISectionUtils.test.tsx.snap241 AppleAuthenticationScope
/expo/docs/components/plugins/__snapshots__/
H A DAPISection.test.tsx.snap3409 AppleAuthenticationScope
3768 AppleAuthenticationScope
5566 AppleAuthenticationScope
5773 AppleAuthenticationScope.FULL_NAME = 0
5835 AppleAuthenticationScope.EMAIL = 1