Skip to main content

AuthOptions

type AuthOptions = {
baseUrl?: string;
customFetch?: CustomFetch;
};

Options for authentication functions

Properties

baseUrl?

optional baseUrl: string;

customFetch?

optional customFetch: CustomFetch;