Package: react-wallet-kit
Overview
Fetches the WalletKit proxy authentication configuration from the auth proxy.- This function makes a request to the Turnkey auth proxy to retrieve the current WalletKit configuration,
- Useful for dynamically configuring the client UI or authentication flows based on the proxy’s capabilities.
- Ensures that the client is aware of the latest proxy-side configuration, which may affect available login/signup options.
Parameters
No parameters.
Response
A successful response returns the following fields:A promise that resolves to a
ProxyTGetWalletKitConfigResponse
object containing the proxy authentication configuration.