Skip to main content

AuthOptions

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