supabase-kt
Toggle table of contents
3.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
supabase-kt
auth-kt
/
io.github.jan.supabase.auth
/
AuthenticatedSupabaseApi
/
AuthenticatedSupabaseApi
Authenticated
Supabase
Api
constructor
(
resolveUrl
:
(
path
:
String
)
->
String
,
parseErrorResponse
:
suspend
(
response
:
HttpResponse
)
->
RestException
?
=
null
,
supabaseClient
:
SupabaseClient
,
config
:
AuthenticatedApiConfig
)
(
source
)