Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AuthClientOptions
    • SupabaseAuthClientOptions

Index

Properties

autoRefreshToken?: boolean
debug?: boolean | ((message: string, ...args: any[]) => void)
detectSessionInUrl?: boolean
fetch?: ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>)

Type declaration

    • (input: RequestInfo | URL, init?: RequestInit): Promise<Response>
    • Parameters

      • input: RequestInfo | URL
      • Optional init: RequestInit

      Returns Promise<Response>

flowType?: AuthFlowType
hasCustomAuthorizationHeader?: boolean

Set to "true" if there is a custom authorization header set globally.

experimental
headers?: {}

Type declaration

  • [key: string]: string
lock?: LockFunc

Provide your own locking mechanism based on the environment. By default no locking is done at this time.

experimental
persistSession?: boolean
storageKey?: string
url?: string

Generated using TypeDoc