| /expo/packages/expo-auth-session/build/ |
| H A D | AuthRequest.types.js | 45 export var Prompt; variable 46 (function (Prompt) { argument 52 Prompt["None"] = "none"; 57 Prompt["Login"] = "login"; 62 Prompt["Consent"] = "consent"; 67 Prompt["SelectAccount"] = "select_account"; 68 })(Prompt || (Prompt = {}));
|
| H A D | AuthRequest.types.d.ts | 41 export declare enum Prompt { enum 138 prompt?: Prompt;
|
| H A D | AuthRequest.d.ts | 1 import { AuthRequestConfig, AuthRequestPromptOptions, CodeChallengeMethod, ResponseType, Prompt } f… 46 readonly prompt?: Prompt;
|
| H A D | AuthSession.d.ts | 3 import { AuthRequestConfig, AuthRequestPromptOptions, CodeChallengeMethod, Prompt, ResponseType } f… 74 …ions, CodeChallengeMethod, DiscoveryDocument, Issuer, IssuerOrDiscovery, Prompt, ProviderMetadata,…
|
| H A D | AuthSession.js | 6 import { CodeChallengeMethod, Prompt, ResponseType, } from './AuthRequest.types'; 111 export { AuthRequest, CodeChallengeMethod, Prompt, ResponseType, resolveDiscoveryAsync, fetchDiscov…
|
| H A D | AuthRequest.types.js.map | 1 …Prompt {\n /**\n * Server must not display any auth or consent UI. Can be used to check for exi…
|
| H A D | AuthRequest.js.map | 1 …Prompt,\n} from './AuthRequest.types';\nimport { AuthSessionResult } from './AuthSession.types';\n…
|
| H A D | AuthSession.js.map | 1 …Prompt,\n ResponseType,\n} from './AuthRequest.types';\nimport {\n AuthSessionOptions,\n AuthSe…
|
| /expo/packages/expo-auth-session/src/ |
| H A D | AuthRequest.types.ts | 47 export enum Prompt { enum 148 prompt?: Prompt;
|
| H A D | AuthSession.ts | 11 Prompt, 166 Prompt,
|
| H A D | AuthRequest.ts | 10 Prompt, 66 readonly prompt?: Prompt;
|
| /expo/packages/expo-auth-session/build/providers/ |
| H A D | Google.js | 6 import { AuthRequest, generateHexStringAsync, makeRedirectUri, Prompt, ResponseType, } from '../Aut… 37 inputParams.prompt = Prompt.SelectAccount; 162 output.prompt = Prompt.SelectAccount;
|
| /expo/packages/expo-auth-session/src/providers/ |
| H A D | Google.ts | 17 Prompt, 101 if (selectAccount) inputParams.prompt = Prompt.SelectAccount; 255 output.prompt = Prompt.SelectAccount;
|
| /expo/packages/expo-auth-session/src/__tests__/ |
| H A D | AuthRequest-test.ts | 2 import { CodeChallengeMethod, Prompt } from '../AuthRequest.types'; 141 prompt: Prompt.SelectAccount,
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | AlertScreen.tsx | 30 <Button disabled={Platform.OS !== 'ios'} onPress={showPrompt} title="Prompt for a value" />
|
| H A D | PickerScreen.tsx | 65 <Section title="Prompt">
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | local-authentication.mdx | 13 **`expo-local-authentication`** allows you to use FaceID and TouchID (iOS) or the Biometric Prompt …
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | local-authentication.mdx | 13 **`expo-local-authentication`** allows you to use FaceID and TouchID (iOS) or the Biometric Prompt …
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | local-authentication.mdx | 19 `expo-local-authentication` allows you to use the Biometric Prompt (Android) or FaceID and TouchID …
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | local-authentication.mdx | 19 `expo-local-authentication` allows you to use the Biometric Prompt (Android) or FaceID and TouchID …
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | local-authentication.mdx | 19 `expo-local-authentication` allows you to use the Biometric Prompt (Android) or FaceID and TouchID …
|
| /expo/docs/pages/guides/ |
| H A D | authentication.mdx | 407 … /* @info Prompt the user to authenticate in a user interaction or web browsers will block it. */ 517 … /* @info Prompt the user to authenticate in a user interaction or web browsers will block it. */ 791 … /* @info Prompt the user to authenticate in a user interaction or web browsers will block it. */ 948 … /* @info Prompt the user to authenticate in a user interaction or web browsers will block it. */ 1013 … /* @info Prompt the user to authenticate in a user interaction or web browsers will block it. */ 1096 … /* @info Prompt the user to authenticate in a user interaction or web browsers will block it. */ 1163 … /* @info Prompt the user to authenticate in a user interaction or web browsers will block it. */ 1247 … /* @info Prompt the user to authenticate in a user interaction or web browsers will block it. */ 1331 … /* @info Prompt the user to authenticate in a user interaction or web browsers will block it. */ 1392 … /* @info Prompt the user to authenticate in a user interaction or web browsers will block it. */ [all …]
|
| /expo/apps/native-component-list/src/screens/AuthSession/ |
| H A D | AuthSessionScreen.tsx | 31 const [prompt, setSwitch] = React.useState<undefined | AuthSession.Prompt>(undefined); 53 setValue={(value) => setSwitch(value ? AuthSession.Prompt.SelectAccount : undefined)} 77 prompt?: AuthSession.Prompt;
|
| /expo/packages/expo-local-authentication/ |
| H A D | CHANGELOG.md | 187 - Guard against crash on Android when `FragmentActivity` is null creating the Biometric Prompt. ([#… 188 …ointer Exception on Android when calling `authenticate` on the Biometric Prompt after resuming the…
|
| /expo/docs/pages/submit/ |
| H A D | android.mdx | 43 - Prompt for the Android package name unless `android.package` is set in the app config.
|