Type Aliases Auth Change Event Auth
Change
Event
: "INITIAL_SESSION" | "PASSWORD_RECOVERY" | "SIGNED_IN" | "SIGNED_OUT" | "TOKEN_REFRESHED" | "USER_UPDATED" | AuthChangeEventMFA Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:7 Auth Change EventMFA Auth Change EventMFA: "MFA_CHALLENGE_VERIFIED"
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:6 Auth Flow Type Auth Flow Type: "implicit" | "pkce"
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:489 AuthMFAAdmin Delete Factor Params AuthMFAAdmin Delete Factor Params: { id: string ; userId: string }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:858 AuthMFAAdmin Delete Factor Response AuthMFAAdmin
Delete
Factor
Response
: { data
: { id
: string } ; error
: null } | { data
: null ; error
: AuthError } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:845 AuthMFAAdmin List Factors Params AuthMFAAdmin List Factors Params: { userId: string }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:880 AuthMFAAdmin List Factors Response AuthMFAAdmin
List
Factors
Response
: { data
: { factors
: Factor [] } ; error
: null } | { data
: null ; error
: AuthError } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:867 AuthMFAChallenge Response AuthMFAChallenge
Response
: { data
: { expires_at
: number ; id
: string ; type
: "totp" | "phone" } ; error
: null } | { data
: null ; error
: AuthError } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:728 AuthMFAEnroll Response AuthMFAEnroll Response: AuthMFAEnrollTOTPResponse | AuthMFAEnrollPhoneResponse
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:717 AuthMFAGet Authenticator Assurance Level Response Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:757 AuthMFAList Factors Response AuthMFAList
Factors
Response
: { data
: { all
: Factor [] ; phone
: Factor [] ; totp
: Factor [] } ; error
: null } | { data
: null ; error
: AuthError } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:742 AuthMFAUnenroll Response AuthMFAUnenroll
Response
: { data
: { id
: string } ; error
: null } | { data
: null ; error
: AuthError } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:718 AuthMFAVerify Response AuthMFAVerify
Response
: { data
: { access_token
: string ; expires_in
: number ; refresh_token
: string ; token_type
: string ; user
: AuthUser } ; error
: null } | { data
: null ; error
: AuthError } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:699 Auth Otp Response Auth
Otp
Response
: { data
: { messageId
?: string | null ; session
: null ; user
: null } ; error
: null } | { data
: { messageId
?: string | null ; session
: null ; user
: null } ; error
: AuthError } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:86 Auth Response Auth
Response
: { data
: { session
: AuthSession | null ; user
: AuthUser | null } ; error
: null } | { data
: { session
: null ; user
: null } ; error
: AuthError } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:54 Auth Response Password Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:67 Auth Token Response Auth
Token
Response
: { data
: { session
: AuthSession ; user
: AuthUser } ; error
: null } | { data
: { session
: null ; user
: null } ; error
: AuthError } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:101 Auth Token Response Password Auth
Token
Response
Password
: { data
: { session
: AuthSession ; user
: AuthUser ; weakPassword
?: WeakPassword } ; error
: null } | { data
: { session
: null ; user
: null ; weakPassword
?: null } ; error
: AuthError } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:114 Authenticator Assurance Levels Authenticator Assurance Levels: "aal1" | "aal2"
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:756 Call Refresh Token Result Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:923 Email Otp Type Email Otp Type: "signup" | "invite" | "magiclink" | "recovery" | "email_change" | "email"
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:563 Function Invoke Options Function
Invoke
Options
: { body
?: File | Blob | ArrayBuffer | FormData | ReadableStream < Uint8Array > | Record < string , any > | string ; headers
?: {} ; method
?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" ; region
?: FunctionRegion } Defined in node_modules/@supabase/functions-js/dist/module/types.d.ts:45 Type declaration Optional body?: File | Blob | ArrayBuffer | FormData | ReadableStream < Uint8Array > | Record < string , any > | string Optional headers?: {} Optional method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" Generate Email Change Link Params Generate
Email
Change
Link
Params
: { email
: string ; newEmail
: string ; options
?: Pick < GenerateLinkOptions , "redirectTo" > ; type
: "email_change_current" | "email_change_new" } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:618 Type declaration email: string new Email: string Optional options?: Pick < GenerateLinkOptions , "redirectTo" > type: "email_change_current" | "email_change_new" Generate Invite Or Magiclink Params Generate
Invite
Or
Magiclink
Params
: { email
: string ; options
?: Pick < GenerateLinkOptions , "data" | "redirectTo" > ; type
: "invite" | "magiclink" } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:606 Type declaration email: string Optional options?: Pick < GenerateLinkOptions , "data" | "redirectTo" > type: "invite" | "magiclink" Generate Link Params Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:638 Generate Link Properties Generate
Link
Properties
: { action_link
: string ; email_otp
: string ; hashed_token
: string ; redirect_to
: string ; verification_type
: GenerateLinkType } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:653 Type declaration action_ link: string email_ otp: string hashed_ token: string redirect_ to: string Generate Link Response Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:639 Generate Link Type Generate Link Type: "signup" | "invite" | "magiclink" | "recovery" | "email_change_current" | "email_change_new"
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:673 Generate Recovery Link Params Generate
Recovery
Link
Params
: { email
: string ; options
?: Pick < GenerateLinkOptions , "redirectTo" > ; type
: "recovery" } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:612 Generate Signup Link Params Generate
Signup
Link
Params
: { email
: string ; options
?: Pick < GenerateLinkOptions , "data" | "redirectTo" > ; password
: string ; type
: "signup" } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:600 Type declaration email: string Optional options?: Pick < GenerateLinkOptions , "data" | "redirectTo" > password: string type: "signup" Go True Client Options Go
True
Client
Options
: { autoRefreshToken
?: boolean ; debug
?: boolean | ( ( message
: string ,
... args
: any [] ) => void ) ; detectSessionInUrl
?: boolean ; fetch
?: Fetch ; flowType
?: AuthFlowType ; hasCustomAuthorizationHeader
?: boolean ; headers
?: {} ; lock
?: LockFunc ; persistSession
?: boolean ; storage
?: SupportedStorage ; storageKey
?: string ; url
?: string } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:24 Type declaration Optional auto Refresh Token?: boolean Optional debug?: boolean | ( ( message: string , ... args: any [] ) => void ) Optional detect Session In Url?: boolean Optional fetch?: Fetch Optional has Custom Authorization Header?: boolean Optional headers?: {} Optional persist Session?: boolean Optional storage Key?: string Optional url?: string Initialize Result Initialize
Result
: { error
: AuthError | null } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:920 Lock Func Lock Func: ( < R > ( name: string , acquireTimeout: number , fn: ( ( ) => Promise < R > ) ) => Promise < R > )
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:23 Type declaration < R > ( name: string , acquireTimeout: number , fn: ( ( ) => Promise < R > ) ) : Promise < R > Type Parameters Parameters name: string acquireTimeout: number fn: ( ( ) => Promise < R > ) Returns Promise < R > MFAChallenge And Verify Params MFAChallenge And Verify Params: { code: string ; factorId: string }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:693 Type declaration code: string factor Id: string MFAChallenge Params MFAChallenge Params: { channel?: "sms" | "whatsapp" ; factorId: string }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:687 Type declaration Optional channel?: "sms" | "whatsapp" factor Id: string MFAEnroll Params MFAEnroll Params: MFAEnrollTOTPParams | MFAEnrollPhoneParams
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:674 MFAUnenroll Params MFAUnenroll Params: { factorId: string }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:675 MFAVerify Params MFAVerify Params: { challengeId: string ; code: string ; factorId: string }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:679 Type declaration challenge Id: string code: string factor Id: string Mobile Otp Type Mobile Otp Type: "sms" | "phone_change"
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:562 OAuth Response OAuth
Response
: { data
: { provider
: Provider ; url
: string } ; error
: null } | { data
: { provider
: Provider ; url
: null } ; error
: AuthError } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:129 Page Params Page Params: { page?: number ; perPage?: number }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:936 Type declaration Optional page?: number Optional per Page?: number Pagination Pagination: { lastPage: number ; nextPage: number | null ; total: number }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:930 Type declaration [ key: string ]: any last Page: number next Page: number | null total: number Postgrest Maybe Single Response Defined in node_modules/@supabase/postgrest-js/dist/cjs/types.d.ts:23 Type Parameters Postgrest Response Defined in node_modules/@supabase/postgrest-js/dist/cjs/types.d.ts:24 Type Parameters Postgrest Single Response Postgrest Single Response< T > : PostgrestResponseSuccess < T > | PostgrestResponseFailure
Defined in node_modules/@supabase/postgrest-js/dist/cjs/types.d.ts:22 Type Parameters Provider Provider: "apple" | "azure" | "bitbucket" | "discord" | "facebook" | "figma" | "github" | "gitlab" | "google" | "kakao" | "keycloak" | "linkedin" | "linkedin_oidc" | "notion" | "slack" | "slack_oidc" | "spotify" | "twitch" | "twitter" | "workos" | "zoom" | "fly"
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:5 Realtime Channel Options Realtime Channel Options: { config: { broadcast?: { ack?: boolean ; self?: boolean } ; presence?: { key?: string } ; private?: boolean } }
Defined in node_modules/@supabase/realtime-js/dist/module/RealtimeChannel.d.ts:7 Type declaration config: { broadcast?: { ack?: boolean ; self?: boolean } ; presence?: { key?: string } ; private?: boolean } Optional broadcast?: { ack?: boolean ; self?: boolean } Optional ack?: boolean Optional self?: boolean Optional presence?: { key?: string } Optional private?: boolean Realtime Channel Send Response Realtime Channel Send Response: "ok" | "timed out" | "error"
Defined in node_modules/@supabase/realtime-js/dist/module/RealtimeChannel.d.ts:77 Realtime Client Options Realtime Client Options: { decode?: Function ; encode?: Function ; fetch?: Fetch ; headers?: {} ; heartbeatIntervalMs?: number ; log_level?: "info" | "debug" | "warn" | "error" ; logger?: Function ; params?: {} ; reconnectAfterMs?: Function ; timeout?: number ; transport?: WebSocketLikeConstructor ; worker?: boolean ; workerUrl?: string }
Defined in node_modules/@supabase/realtime-js/dist/module/RealtimeClient.d.ts:14 Type declaration Optional decode?: Function Optional encode?: Function Optional fetch?: Fetch Optional headers?: {} Optional heartbeat Interval Ms?: number Optional log_ level?: "info" | "debug" | "warn" | "error" Optional logger?: Function Optional params?: {} Optional reconnect After Ms?: Function Optional timeout?: number Optional transport?: WebSocketLikeConstructor Optional worker?: boolean Optional worker Url?: string Realtime Message Realtime Message: { event: string ; join_ref?: string ; payload: any ; ref: string ; topic: string }
Defined in node_modules/@supabase/realtime-js/dist/module/RealtimeClient.d.ts:33 Type declaration event: string Optional join_ ref?: string payload: any ref: string topic: string Realtime Postgres Changes Filter Realtime Postgres Changes Filter< T > : { event: T ; filter?: string ; schema: string ; table?: string }
Defined in node_modules/@supabase/realtime-js/dist/module/RealtimeChannel.d.ts:59 Type Parameters Type declaration event: T Optional filter?: string schema: string Optional table?: string Realtime Postgres Changes Payload Defined in node_modules/@supabase/realtime-js/dist/module/RealtimeChannel.d.ts:56 Type Parameters Realtime Postgres Delete Payload Realtime
Postgres
Delete
Payload
< T > : RealtimePostgresChangesPayloadBase & { eventType
: ` ${ DELETE } ` ; new
: {} ; old
: Partial < T > } Defined in node_modules/@supabase/realtime-js/dist/module/RealtimeChannel.d.ts:49 Type Parameters Realtime Postgres Insert Payload Realtime
Postgres
Insert
Payload
< T > : RealtimePostgresChangesPayloadBase & { eventType
: ` ${ INSERT } ` ; new
: T ; old
: {} } Defined in node_modules/@supabase/realtime-js/dist/module/RealtimeChannel.d.ts:35 Type Parameters Realtime Postgres Update Payload Realtime
Postgres
Update
Payload
< T > : RealtimePostgresChangesPayloadBase & { eventType
: ` ${ UPDATE } ` ; new
: T ; old
: Partial < T > } Defined in node_modules/@supabase/realtime-js/dist/module/RealtimeChannel.d.ts:42 Type Parameters Realtime Presence Join Payload Realtime
Presence
Join
Payload
< T > : { currentPresences
: Presence < T > [] ; event
: ` ${ JOIN } ` ; key
: string ; newPresences
: Presence < T > [] } Defined in node_modules/@supabase/realtime-js/dist/module/RealtimePresence.d.ts:13 Type Parameters Type declaration current Presences: Presence < T > [] event: ` ${ JOIN } ` key: string new Presences: Presence < T > [] Realtime Presence Leave Payload Realtime
Presence
Leave
Payload
< T > : { currentPresences
: Presence < T > [] ; event
: ` ${ LEAVE } ` ; key
: string ; leftPresences
: Presence < T > [] } Defined in node_modules/@supabase/realtime-js/dist/module/RealtimePresence.d.ts:21 Type Parameters Type declaration current Presences: Presence < T > [] event: ` ${ LEAVE } ` key: string left Presences: Presence < T > [] Realtime Presence State Realtime Presence State< T > : {}
Defined in node_modules/@supabase/realtime-js/dist/module/RealtimePresence.d.ts:8 Type Parameters Type declaration [ key: string ]: Presence < T > [] Realtime Remove Channel Response Realtime Remove Channel Response: "ok" | "timed out" | "error"
Defined in node_modules/@supabase/realtime-js/dist/module/RealtimeClient.d.ts:40 Resend Params Resend
Params
: { email
: string ; options
?: { captchaToken
?: string ; emailRedirectTo
?: string } ; type
: Extract < EmailOtpType , "signup" | "email_change" > } | { options
?: { captchaToken
?: string } ; phone
: string ; type
: Extract < MobileOtpType , "sms" | "phone_change" > } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:564 SSOResponse SSOResponse
: { data
: { url
: string } ; error
: null } | { data
: null ; error
: AuthError } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:142 Sign In Anonymously Credentials Sign In Anonymously Credentials: { options?: { captchaToken?: string ; data?: object } }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:388 Type declaration Optional options?: { captchaToken?: string ; data?: object } Optional captcha Token?: string Optional data?: object Sign In With Id Token Credentials Sign In With Id Token Credentials: { access_token?: string ; nonce?: string ; options?: { captchaToken?: string } ; provider: "google" | "apple" | "azure" | "facebook" | "kakao" | string ; token: string }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:506 Type declaration Optional access_ token?: string Optional nonce?: string Optional options?: { captchaToken?: string } Optional captcha Token?: string provider: "google" | "apple" | "azure" | "facebook" | "kakao" | string token: string Sign In WithOAuth Credentials Sign
In
WithOAuth
Credentials
: { options
?: { queryParams
?: {} ; redirectTo
?: string ; scopes
?: string ; skipBrowserRedirect
?: boolean } ; provider
: Provider } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:490 Type declaration Optional options?: { queryParams?: {} ; redirectTo?: string ; scopes?: string ; skipBrowserRedirect?: boolean } Optional query Params?: {} Optional redirect To?: string Optional scopes?: string Optional skip Browser Redirect?: boolean Sign In With Password Credentials Sign In With Password Credentials: { email: string ; options?: { captchaToken?: string } ; password: string } | { options?: { captchaToken?: string } ; password: string ; phone: string }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:435 Sign In With Passwordless Credentials Sign In With Passwordless Credentials: { email: string ; options?: { captchaToken?: string ; data?: object ; emailRedirectTo?: string ; shouldCreateUser?: boolean } } | { options?: { captchaToken?: string ; channel?: "sms" | "whatsapp" ; data?: object ; shouldCreateUser?: boolean } ; phone: string }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:454 Sign In WithSSO Sign In WithSSO: { options?: { captchaToken?: string ; redirectTo?: string } ; providerId: string } | { domain: string ; options?: { captchaToken?: string ; redirectTo?: string } }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:581 Sign Out Sign Out: { scope?: "global" | "local" | "others" }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:942 Type declaration Optional scope?: "global" | "local" | "others" Sign Up With Password Credentials Sign Up With Password Credentials: { email: string ; options?: { captchaToken?: string ; data?: object ; emailRedirectTo?: string } ; password: string } | { options?: { captchaToken?: string ; channel?: "sms" | "whatsapp" ; data?: object } ; password: string ; phone: string }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:400 Supported Storage Supported Storage: PromisifyMethods < Pick < Storage , "getItem" | "setItem" | "removeItem" > > & { isServer?: boolean }
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:910 User Response User
Response
: { data
: { user
: AuthUser } ; error
: null } | { data
: { user
: null } ; error
: AuthError } Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:158 Verify Otp Params Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:520 Weak Password Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:50 Weak Password Reasons Weak Password Reasons: "length" | "characters" | "pwned" | string
Defined in node_modules/@supabase/auth-js/dist/module/lib/types.d.ts:49