Plugin

object Plugin : HttpClientPlugin<Auth, Auth>

Functions

Link copied to clipboard
open override fun install(plugin: Auth, scope: HttpClient)
Link copied to clipboard
open override fun prepare(block: Auth.() -> Unit): Auth

Properties

Link copied to clipboard
val AuthCircuitBreaker: AttributeKey<Unit>

Shows that request should skip auth and refresh token procedure.

Link copied to clipboard
open override val key: AttributeKey<Auth>