Home
last modified time | relevance | path

Searched refs:AuthSessionResult (Results 1 – 24 of 24) sorted by relevance

/expo/packages/expo-auth-session/build/
H A DAuthRequestHooks.d.ts3 import { AuthSessionResult } from './AuthSession.types';
19 type PromptMethod = (options?: AuthRequestPromptOptions) => Promise<AuthSessionResult>;
20 …scoveryDocument | null, customOptions?: AuthRequestPromptOptions): [AuthSessionResult | null, Prom…
48 AuthSessionResult | null,
49 (options?: AuthRequestPromptOptions) => Promise<AuthSessionResult>
H A DAuthRequest.d.ts2 import { AuthSessionResult } from './AuthSession.types';
58 …AuthDiscoveryDocument, { url, ...options }?: AuthRequestPromptOptions): Promise<AuthSessionResult>;
59 parseReturnUrl(url: string): AuthSessionResult;
H A DAuthSession.d.ts4 import { AuthSessionOptions, AuthSessionRedirectUriOptions, AuthSessionResult } from './AuthSession…
74 export { AuthSessionOptions, AuthSessionRedirectUriOptions, AuthSessionResult, AuthRequest, AuthReq…
H A DAuthSession.types.d.ts32 export type AuthSessionResult = { alias
H A DAuthRequestHooks.js.map1AuthSessionResult } from './AuthSession.types';\nimport { DiscoveryDocument, IssuerOrDiscovery, re…
H A DAuthSession.js.map1AuthSessionResult,\n} from './AuthSession.types';\nimport {\n DiscoveryDocument,\n fetchDiscover…
H A DAuthSession.types.js.map1 … params: Object, error: string, event: Object }`.\n */\nexport type AuthSessionResult =\n | {\n …
H A DAuthRequest.js.map1AuthSessionResult } from './AuthSession.types';\nimport { DiscoveryDocument } from './Discovery';\…
/expo/packages/expo-auth-session/build/providers/
H A DGoogle.d.ts2 …estConfig, AuthRequestPromptOptions, AuthSessionRedirectUriOptions, AuthSessionResult, DiscoveryDo…
71 AuthSessionResult | null,
72 (options?: AuthRequestPromptOptions) => Promise<AuthSessionResult>
86 AuthSessionResult | null,
87 (options?: AuthRequestPromptOptions) => Promise<AuthSessionResult>
H A DFacebook.d.ts3 import { AuthRequest, AuthRequestPromptOptions, AuthSessionRedirectUriOptions, AuthSessionResult, D…
49 AuthSessionResult | null,
50 (options?: AuthRequestPromptOptions) => Promise<AuthSessionResult>
H A DGoogle.js.map1AuthSessionResult,\n DiscoveryDocument,\n generateHexStringAsync,\n makeRedirectUri,\n Prompt,…
H A DFacebook.js.map1AuthSessionResult,\n DiscoveryDocument,\n makeRedirectUri,\n ResponseType,\n} from '../AuthSess…
/expo/packages/expo-auth-session/src/
H A DAuthRequestHooks.ts5 import { AuthSessionResult } from './AuthSession.types';
81 type PromptMethod = (options?: AuthRequestPromptOptions) => Promise<AuthSessionResult>;
87 ): [AuthSessionResult | null, PromptMethod] {
88 const [result, setResult] = useState<AuthSessionResult | null>(null);
144 AuthSessionResult | null,
145 (options?: AuthRequestPromptOptions) => Promise<AuthSessionResult>,
H A DAuthSession.ts17 AuthSessionResult,
158 AuthSessionResult,
H A DAuthSession.types.ts36 export type AuthSessionResult = alias
H A DAuthRequest.ts12 import { AuthSessionResult } from './AuthSession.types';
143 ): Promise<AuthSessionResult> {
198 parseReturnUrl(url: string): AuthSessionResult {
/expo/packages/expo-auth-session/src/providers/
H A DGoogle.ts13 AuthSessionResult,
161 AuthSessionResult | null,
162 (options?: AuthRequestPromptOptions) => Promise<AuthSessionResult>,
196 AuthSessionResult | null,
197 (options?: AuthRequestPromptOptions) => Promise<AuthSessionResult>,
276 const [fullResult, setFullResult] = useState<AuthSessionResult | null>(null);
H A DFacebook.ts12 AuthSessionResult,
128 AuthSessionResult | null,
129 (options?: AuthRequestPromptOptions) => Promise<AuthSessionResult>,
/expo/apps/native-component-list/src/screens/AuthSession/
H A DAuthResult.tsx34 result: null | AuthSession.AuthSessionResult;
38 ) => Promise<AuthSession.AuthSessionResult>;
/expo/docs/pages/versions/unversioned/sdk/
H A Dauth-session.mdx126 - **response (`AuthSessionResult | null`)** - This is `null` until `promptAsync` has been invoked. …
161 - **response (`AuthSessionResult | null`)** - This is `null` until `promptAsync` has been invoked. …
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dauth-session.mdx126 - **response (`AuthSessionResult | null`)** - This is `null` until `promptAsync` has been invoked. …
161 - **response (`AuthSessionResult | null`)** - This is `null` until `promptAsync` has been invoked. …
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dauth-session.mdx120 - **response (`AuthSessionResult | null`)** - This is `null` until `promptAsync` has been invoked. …
154 - **response (`AuthSessionResult | null`)** - This is `null` until `promptAsync` has been invoked. …
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dauth-session.mdx125 - **response (`AuthSessionResult | null`)** - This is `null` until `promptAsync` has been invoked. …
159 - **response (`AuthSessionResult | null`)** - This is `null` until `promptAsync` has been invoked. …
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dauth-session.mdx127 - **response (`AuthSessionResult | null`)** - This is `null` until `promptAsync` has been invoked. …
161 - **response (`AuthSessionResult | null`)** - This is `null` until `promptAsync` has been invoked. …