Searched refs:AppleAuthenticationScope (Results 1 – 14 of 14) sorted by relevance
| /expo/packages/expo-apple-authentication/build/ |
| H A D | AppleAuthentication.types.js | 12 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 D | AppleAuthentication.types.d.ts | 43 requestedScopes?: AppleAuthenticationScope[]; 74 requestedScopes?: AppleAuthenticationScope[]; 174 export declare enum AppleAuthenticationScope { enum
|
| H A D | AppleAuthentication.types.js.map | 1 …AppleAuthenticationScope[];\n\n /**\n * An arbitrary string that is returned unmodified in the …
|
| /expo/packages/expo-apple-authentication/src/ |
| H A D | AppleAuthentication.types.ts | 47 requestedScopes?: AppleAuthenticationScope[]; 83 requestedScopes?: AppleAuthenticationScope[]; 199 export enum AppleAuthenticationScope { enum
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | AppleAuthenticationScreen.tsx | 14 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 D | apple-authentication.mdx | 87 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 D | apple-authentication.mdx | 87 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 D | apple-authentication.mdx | 94 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 D | apple-authentication.mdx | 94 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 D | apple-authentication.mdx | 75 AppleAuthentication.AppleAuthenticationScope.FULL_NAME, 76 AppleAuthentication.AppleAuthenticationScope.EMAIL, 116 | ERR_APPLE_AUTHENTICATION_INVALID_SCOPE | An invalid [`AppleAuthenticationScope`](#appleauthentic…
|
| /expo/apps/fabric-tester/ |
| H A D | App.tsx | 193 AppleAuthentication.AppleAuthenticationScope.FULL_NAME, 194 AppleAuthentication.AppleAuthenticationScope.EMAIL,
|
| /expo/docs/components/plugins/api/ |
| H A D | APISectionUtils.test.tsx | 29 elementType: { type: 'reference', name: 'AppleAuthenticationScope' },
|
| /expo/docs/components/plugins/api/__snapshots__/ |
| H A D | APISectionUtils.test.tsx.snap | 241 AppleAuthenticationScope
|
| /expo/docs/components/plugins/__snapshots__/ |
| H A D | APISection.test.tsx.snap | 3409 AppleAuthenticationScope 3768 AppleAuthenticationScope 5566 AppleAuthenticationScope 5773 AppleAuthenticationScope.FULL_NAME = 0 5835 AppleAuthenticationScope.EMAIL = 1
|