API ReferenceTypesAuthOptionsOn this pageAuthOptions type AuthOptions = { baseUrl?: string; customFetch?: CustomFetch;}; Options for authentication functions Properties baseUrl? optional baseUrl: string; customFetch? optional customFetch: CustomFetch;