Home
last modified time | relevance | path

Searched refs:Prompt (Results 1 – 25 of 30) sorted by relevance

12

/expo/packages/expo-auth-session/build/
H A DAuthRequest.types.js45 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 DAuthRequest.types.d.ts41 export declare enum Prompt { enum
138 prompt?: Prompt;
H A DAuthRequest.d.ts1 import { AuthRequestConfig, AuthRequestPromptOptions, CodeChallengeMethod, ResponseType, Prompt } f…
46 readonly prompt?: Prompt;
H A DAuthSession.d.ts3 import { AuthRequestConfig, AuthRequestPromptOptions, CodeChallengeMethod, Prompt, ResponseType } f…
74 …ions, CodeChallengeMethod, DiscoveryDocument, Issuer, IssuerOrDiscovery, Prompt, ProviderMetadata,…
H A DAuthSession.js6 import { CodeChallengeMethod, Prompt, ResponseType, } from './AuthRequest.types';
111 export { AuthRequest, CodeChallengeMethod, Prompt, ResponseType, resolveDiscoveryAsync, fetchDiscov…
H A DAuthRequest.types.js.map1Prompt {\n /**\n * Server must not display any auth or consent UI. Can be used to check for exi…
H A DAuthRequest.js.map1Prompt,\n} from './AuthRequest.types';\nimport { AuthSessionResult } from './AuthSession.types';\n…
H A DAuthSession.js.map1Prompt,\n ResponseType,\n} from './AuthRequest.types';\nimport {\n AuthSessionOptions,\n AuthSe…
/expo/packages/expo-auth-session/src/
H A DAuthRequest.types.ts47 export enum Prompt { enum
148 prompt?: Prompt;
H A DAuthSession.ts11 Prompt,
166 Prompt,
H A DAuthRequest.ts10 Prompt,
66 readonly prompt?: Prompt;
/expo/packages/expo-auth-session/build/providers/
H A DGoogle.js6 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 DGoogle.ts17 Prompt,
101 if (selectAccount) inputParams.prompt = Prompt.SelectAccount;
255 output.prompt = Prompt.SelectAccount;
/expo/packages/expo-auth-session/src/__tests__/
H A DAuthRequest-test.ts2 import { CodeChallengeMethod, Prompt } from '../AuthRequest.types';
141 prompt: Prompt.SelectAccount,
/expo/apps/native-component-list/src/screens/
H A DAlertScreen.tsx30 <Button disabled={Platform.OS !== 'ios'} onPress={showPrompt} title="Prompt for a value" />
H A DPickerScreen.tsx65 <Section title="Prompt">
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dlocal-authentication.mdx13 **`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 Dlocal-authentication.mdx13 **`expo-local-authentication`** allows you to use FaceID and TouchID (iOS) or the Biometric Prompt
/expo/docs/pages/versions/unversioned/sdk/
H A Dlocal-authentication.mdx19 `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 Dlocal-authentication.mdx19 `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 Dlocal-authentication.mdx19 `expo-local-authentication` allows you to use the Biometric Prompt (Android) or FaceID and TouchID …
/expo/docs/pages/guides/
H A Dauthentication.mdx407 … /* @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 DAuthSessionScreen.tsx31 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 DCHANGELOG.md187 - 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 Dandroid.mdx43 - Prompt for the Android package name unless `android.package` is set in the app config.

12