Searched refs:fromQueryParams (Results 1 – 8 of 8) sorted by relevance
30 static fromQueryParams(params: Record<string, any>): TokenResponse;
168 authentication = TokenResponse.fromQueryParams(params);
45 static fromQueryParams(params) { method in TokenResponse
1 … flow was used, you can pass the `response.params` to `TokenResponse.fromQueryParams()`\n * to get…
1 … if (params.access_token) {\n authentication = TokenResponse.fromQueryParams(params);\n …
1 …ed from an `AuthRequest`.\n *\n * @param params\n */\n static fromQueryParams(params: Recor…
215 authentication = TokenResponse.fromQueryParams(params);
61 static fromQueryParams(params: Record<string, any>): TokenResponse { method in TokenResponse