DOCS

ThirdwebAuthConfig

The configuration to use the react SDK with an auth server.

type ThirdwebAuthConfig = {
  authUrl: string;
  domain: string;
  secureStorage: ISecureStorage;
};