Fetches the WalletKit proxy authentication configuration from the auth proxy.Documentation Index
Fetch the complete documentation index at: https://turnkey-0e7c1f5b-amir-tx-status-webhooks.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- 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.
Package: core
Defined in: clients/core.ts:5063
No parameters.
A successful response returns the following fields:A promise that resolves to a
ProxyTGetWalletKitConfigResponse object containing the proxy authentication configuration.