class BearerAuthConfig
BearerAuthProvider configuration.
BearerAuthConfig()
BearerAuthProvider configuration. |
var realm: String? |
fun loadTokens(block: suspend () -> BearerTokens?): Unit |
|
fun refreshTokens(block: suspend (response: HttpResponse) -> BearerTokens?): Unit |
|
fun sendWithoutRequest(block: (HttpRequestBuilder) -> Boolean): Unit
Send credentials in without waiting for HttpStatusCode.Unauthorized. |