BasicAuthInterceptor

class BasicAuthInterceptor(user: String, password: String) : Interceptor

Constructors

Link copied to clipboard
constructor(user: String, password: String)

Functions

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