BearerAuthenticator

class BearerAuthenticator(token: String, abbreviation: String = "Bearer") : Interceptor

Constructors

Link copied to clipboard
constructor(token: String, abbreviation: String = "Bearer")

Functions

Link copied to clipboard
open override fun intercept(chain: Interceptor.Chain): Response