ktor-client-auth / io.ktor.client.features.auth.providers / BearerAuthProvider / <init>

<init>

BearerAuthProvider(refreshTokens: suspend (call: HttpClientCall) -> BearerTokens?, loadTokens: suspend () -> BearerTokens?, sendWithoutRequest: Boolean = true, realm: String?)

Client bearer AuthProvider.