toggle menu
KAHelpers
androidJvm
switch theme
search in API
retrofit
/
dev.funkymuse.retrofit.interceptors
/
BasicAuthInterceptor
Basic
Auth
Interceptor
class
BasicAuthInterceptor
(
user
:
String
,
password
:
String
)
:
Interceptor
Members
Constructors
Basic
Auth
Interceptor
Link copied to clipboard
constructor
(
user
:
String
,
password
:
String
)
Functions
intercept
Link copied to clipboard
open
override
fun
intercept
(
chain
:
Interceptor.Chain
)
:
Response