ThirdwebAuthConfig

The configuration to use by the React and React Native SDKs with an auth server.

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