supabase-kt
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
supabase-kt
auth-kt
/
io.github.jan.supabase.auth.api
/
AuthenticatedApiConfig
/
Context
Context
data
class
Context
(
val
resolveUrl
:
(
path
:
String
)
->
String
,
val
parseErrorResponse
:
suspend
(
response
:
HttpResponse
)
->
RestException
?
=
null
)
(
source
)
Members
Constructors
Context
Link copied to clipboard
constructor
(
resolveUrl
:
(
path
:
String
)
->
String
,
parseErrorResponse
:
suspend
(
response
:
HttpResponse
)
->
RestException
?
=
null
)
Properties
parse
Error
Response
Link copied to clipboard
val
parseErrorResponse
:
suspend
(
response
:
HttpResponse
)
->
RestException
?
resolve
Url
Link copied to clipboard
val
resolveUrl
:
(
path
:
String
)
->
String