Searched refs:requestAsync (Results 1 – 14 of 14) sorted by relevance
| /expo/packages/expo-apple-authentication/build/ |
| H A D | AppleAuthentication.js | 36 if (!ExpoAppleAuthentication || !ExpoAppleAuthentication.requestAsync) { 43 const credential = await ExpoAppleAuthentication.requestAsync(requestOptions); 60 if (!ExpoAppleAuthentication || !ExpoAppleAuthentication.requestAsync) { 67 const credential = await ExpoAppleAuthentication.requestAsync(requestOptions); 88 if (!ExpoAppleAuthentication || !ExpoAppleAuthentication.requestAsync) { 95 return ExpoAppleAuthentication.requestAsync(requestOptions);
|
| H A D | AppleAuthentication.js.map | 1 …requestAsync) {\n throw new UnavailabilityError('expo-apple-authentication', 'signInAsync');\n …
|
| /expo/packages/expo-apple-authentication/src/ |
| H A D | AppleAuthentication.ts | 48 if (!ExpoAppleAuthentication || !ExpoAppleAuthentication.requestAsync) { 55 const credential = await ExpoAppleAuthentication.requestAsync(requestOptions); 78 if (!ExpoAppleAuthentication || !ExpoAppleAuthentication.requestAsync) { 85 const credential = await ExpoAppleAuthentication.requestAsync(requestOptions); 112 if (!ExpoAppleAuthentication || !ExpoAppleAuthentication.requestAsync) { 119 return ExpoAppleAuthentication.requestAsync(requestOptions);
|
| /expo/packages/expo-auth-session/build/ |
| H A D | Discovery.js | 2 import { requestAsync } from './Fetch'; 17 const json = await requestAsync(issuerWithWellKnownUrl(issuer), {
|
| H A D | Fetch.d.ts | 12 export declare function requestAsync<T>(requestUrl: string, fetchRequest: FetchRequest): Promise<T>; function
|
| H A D | TokenRequest.js | 5 import { requestAsync } from './Fetch'; 162 const response = await requestAsync(discovery.tokenEndpoint, { 310 await requestAsync(discovery.revocationEndpoint, { 393 return requestAsync(discovery.userInfoEndpoint, {
|
| H A D | Fetch.js | 8 export async function requestAsync(requestUrl, fetchRequest) { function
|
| H A D | Fetch.js.map | 1 …ateElement &&\n typeof URL !== 'undefined';\n\nexport async function requestAsync<T>(requestUrl: …
|
| H A D | Discovery.js.map | 1 …requestAsync } from './Fetch';\n\n// @needsAudit\n/**\n * URL using the `https` scheme with no que…
|
| H A D | TokenRequest.js.map | 1 …requestAsync } from './Fetch';\nimport {\n AccessTokenRequestConfig,\n GrantType,\n RefreshToke…
|
| /expo/packages/expo-auth-session/src/ |
| H A D | Discovery.ts | 4 import { requestAsync } from './Fetch'; 221 const json = await requestAsync<ProviderMetadata>(issuerWithWellKnownUrl(issuer), {
|
| H A D | TokenRequest.ts | 7 import { Headers, requestAsync } from './Fetch'; 197 const response = await requestAsync<ServerTokenResponseConfig | ResponseErrorConfig>( 393 await requestAsync<boolean>(discovery.revocationEndpoint, { 495 return requestAsync<Record<string, any>>(discovery.userInfoEndpoint, {
|
| H A D | Fetch.ts | 24 export async function requestAsync<T>(requestUrl: string, fetchRequest: FetchRequest): Promise<T> { function
|
| /expo/ios/versioned/sdk47/EXAppleAuthentication/EXAppleAuthentication/ |
| H A D | ABI47_0_0EXAppleAuthentication.m | 68 ABI47_0_0EX_EXPORT_METHOD_AS(requestAsync, category 69 requestAsync:(NSDictionary *)options
|