Home
last modified time | relevance | path

Searched refs:refreshAsync (Results 1 – 15 of 15) sorted by relevance

/expo/packages/expo-apple-authentication/build/
H A DAppleAuthentication.d.ts37 export declare function refreshAsync(options: AppleAuthenticationRefreshOptions): Promise<AppleAuth…
H A DAppleAuthentication.js59 export async function refreshAsync(options) { function
H A DAppleAuthentication.js.map1refreshAsync(\n options: AppleAuthenticationRefreshOptions\n): Promise<AppleAuthenticationCredent…
H A DAppleAuthentication.types.js.map1refreshAsync()`](#appleauthenticationrefreshasyncoptions).\n * You must include the ID string of t…
/expo/packages/expo-auth-session/build/
H A DTokenRequest.d.ts42refreshAsync(config: Omit<TokenRequestConfig, 'grantType' | 'refreshToken'>, discovery: Pick<Servi…
150 export declare function refreshAsync(config: RefreshTokenRequestConfig, discovery: Pick<ServiceConf…
H A DAuthSession.d.ts75 …ssTokenRequest, RefreshTokenRequest, RevokeTokenRequest, revokeAsync, refreshAsync, exchangeCodeAs…
H A DAuthSession.js116 revokeAsync, refreshAsync, exchangeCodeAsync, fetchUserInfoAsync, } from './TokenRequest';
H A DTokenRequest.js97 async refreshAsync(config, discovery) { method in TokenResponse
365 export function refreshAsync(config, discovery) { function
H A DAuthSession.js.map1 …equest,\n RevokeTokenRequest,\n // Token methods\n revokeAsync,\n refreshAsync,\n exchangeCod…
H A DTokenRequest.js.map1refreshAsync(\n config: Omit<TokenRequestConfig, 'grantType' | 'refreshToken'>,\n discovery:…
/expo/packages/expo-apple-authentication/src/
H A DAppleAuthentication.ts75 export async function refreshAsync( function
/expo/packages/expo-auth-session/src/
H A DAuthSession.ts182 refreshAsync,
H A DTokenRequest.ts118 async refreshAsync(
456 export function refreshAsync( function
/expo/apps/native-component-list/src/screens/
H A DAppleAuthenticationScreen.tsx93 const credentials = await AppleAuthentication.refreshAsync({
/expo/docs/components/plugins/__snapshots__/
H A DAPISection.test.tsx.snap1372 refreshAsync(options)
2038 refreshAsync
2472 AppleAuthentication.refreshAsync()
3291 AppleAuthentication.refreshAsync()