Searched refs:refreshAsync (Results 1 – 15 of 15) sorted by relevance
| /expo/packages/expo-apple-authentication/build/ |
| H A D | AppleAuthentication.d.ts | 37 export declare function refreshAsync(options: AppleAuthenticationRefreshOptions): Promise<AppleAuth…
|
| H A D | AppleAuthentication.js | 59 export async function refreshAsync(options) { function
|
| H A D | AppleAuthentication.js.map | 1 …refreshAsync(\n options: AppleAuthenticationRefreshOptions\n): Promise<AppleAuthenticationCredent…
|
| H A D | AppleAuthentication.types.js.map | 1 …refreshAsync()`](#appleauthenticationrefreshasyncoptions).\n * You must include the ID string of t…
|
| /expo/packages/expo-auth-session/build/ |
| H A D | TokenRequest.d.ts | 42 …refreshAsync(config: Omit<TokenRequestConfig, 'grantType' | 'refreshToken'>, discovery: Pick<Servi… 150 export declare function refreshAsync(config: RefreshTokenRequestConfig, discovery: Pick<ServiceConf…
|
| H A D | AuthSession.d.ts | 75 …ssTokenRequest, RefreshTokenRequest, RevokeTokenRequest, revokeAsync, refreshAsync, exchangeCodeAs…
|
| H A D | AuthSession.js | 116 revokeAsync, refreshAsync, exchangeCodeAsync, fetchUserInfoAsync, } from './TokenRequest';
|
| H A D | TokenRequest.js | 97 async refreshAsync(config, discovery) { method in TokenResponse 365 export function refreshAsync(config, discovery) { function
|
| H A D | AuthSession.js.map | 1 …equest,\n RevokeTokenRequest,\n // Token methods\n revokeAsync,\n refreshAsync,\n exchangeCod…
|
| H A D | TokenRequest.js.map | 1 …refreshAsync(\n config: Omit<TokenRequestConfig, 'grantType' | 'refreshToken'>,\n discovery:…
|
| /expo/packages/expo-apple-authentication/src/ |
| H A D | AppleAuthentication.ts | 75 export async function refreshAsync( function
|
| /expo/packages/expo-auth-session/src/ |
| H A D | AuthSession.ts | 182 refreshAsync,
|
| H A D | TokenRequest.ts | 118 async refreshAsync( 456 export function refreshAsync( function
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | AppleAuthenticationScreen.tsx | 93 const credentials = await AppleAuthentication.refreshAsync({
|
| /expo/docs/components/plugins/__snapshots__/ |
| H A D | APISection.test.tsx.snap | 1372 refreshAsync(options) 2038 refreshAsync 2472 AppleAuthentication.refreshAsync() 3291 AppleAuthentication.refreshAsync()
|