API ReferenceTypesAuthOptionsOn this pageAuthOptions type AuthOptions = { baseUrl?: string; customFetch?: CustomFetch;}; Properties baseUrl? optional baseUrl?: string; Optional custom base URL for OAuth endpoints customFetch? optional customFetch?: CustomFetch; Optional custom fetch implementation for cross-platform compatibility