Home
last modified time | relevance | path

Searched refs:fromQueryParams (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-auth-session/build/
H A DTokenRequest.d.ts30 static fromQueryParams(params: Record<string, any>): TokenResponse;
H A DAuthRequest.js168 authentication = TokenResponse.fromQueryParams(params);
H A DTokenRequest.js45 static fromQueryParams(params) { method in TokenResponse
H A DAuthRequestHooks.js.map1 … flow was used, you can pass the `response.params` to `TokenResponse.fromQueryParams()`\n * to get…
H A DAuthRequest.js.map1 … if (params.access_token) {\n authentication = TokenResponse.fromQueryParams(params);\n …
H A DTokenRequest.js.map1 …ed from an `AuthRequest`.\n *\n * @param params\n */\n static fromQueryParams(params: Recor…
/expo/packages/expo-auth-session/src/
H A DAuthRequest.ts215 authentication = TokenResponse.fromQueryParams(params);
H A DTokenRequest.ts61 static fromQueryParams(params: Record<string, any>): TokenResponse { method in TokenResponse