Home
last modified time | relevance | path

Searched refs:requestAsync (Results 1 – 14 of 14) sorted by relevance

/expo/packages/expo-apple-authentication/build/
H A DAppleAuthentication.js36 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 DAppleAuthentication.js.map1requestAsync) {\n throw new UnavailabilityError('expo-apple-authentication', 'signInAsync');\n …
/expo/packages/expo-apple-authentication/src/
H A DAppleAuthentication.ts48 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 DDiscovery.js2 import { requestAsync } from './Fetch';
17 const json = await requestAsync(issuerWithWellKnownUrl(issuer), {
H A DFetch.d.ts12 export declare function requestAsync<T>(requestUrl: string, fetchRequest: FetchRequest): Promise<T>; function
H A DTokenRequest.js5 import { requestAsync } from './Fetch';
162 const response = await requestAsync(discovery.tokenEndpoint, {
310 await requestAsync(discovery.revocationEndpoint, {
393 return requestAsync(discovery.userInfoEndpoint, {
H A DFetch.js8 export async function requestAsync(requestUrl, fetchRequest) { function
H A DFetch.js.map1 …ateElement &&\n typeof URL !== 'undefined';\n\nexport async function requestAsync<T>(requestUrl: …
H A DDiscovery.js.map1requestAsync } from './Fetch';\n\n// @needsAudit\n/**\n * URL using the `https` scheme with no que…
H A DTokenRequest.js.map1requestAsync } from './Fetch';\nimport {\n AccessTokenRequestConfig,\n GrantType,\n RefreshToke…
/expo/packages/expo-auth-session/src/
H A DDiscovery.ts4 import { requestAsync } from './Fetch';
221 const json = await requestAsync<ProviderMetadata>(issuerWithWellKnownUrl(issuer), {
H A DTokenRequest.ts7 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 DFetch.ts24 export async function requestAsync<T>(requestUrl: string, fetchRequest: FetchRequest): Promise<T> { function
/expo/ios/versioned/sdk47/EXAppleAuthentication/EXAppleAuthentication/
H A DABI47_0_0EXAppleAuthentication.m68 ABI47_0_0EX_EXPORT_METHOD_AS(requestAsync, category
69 requestAsync:(NSDictionary *)options