* Loads the PKCE code verifier for the current session, necessary to validate * the authorization result.
()
| 115 | * the authorization result. |
| 116 | */ |
| 117 | codeVerifier(): string | Promise<string>; |
| 118 | |
| 119 | /** |
| 120 | * Adds custom client authentication to OAuth token requests. |
no outgoing calls
no test coverage detected