supabase-kt
Toggle table of contents
3.2.6
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
,
defaultRequest
:
HttpRequestBuilder
.
(
)
->
Unit
?
=
null
,
supabaseClient
:
SupabaseClient
,
jwtToken
:
String
?
=
null
)
(
source
)