AuthenticatedSupabaseApi

constructor(    resolveUrl: (path: String) -> String,     parseErrorResponse: suspend (response: HttpResponse) -> RestException? = null,     defaultRequest: HttpRequestBuilder.() -> Unit? = null,     supabaseClient: SupabaseClient,     jwtToken: String? = null)(source)