/** * The config object for configuring Auth. */ export interface IAuthConfig { /** The URL to the proxy to use (optional). */ proxyUrl?: URL; }