toggle menu
KAHelpers
androidJvm
switch theme
search in API
retrofit
/
dev.funkymuse.retrofit.interceptors
/
BearerAuthenticatorFromProvider
Bearer
Authenticator
From
Provider
class
BearerAuthenticatorFromProvider
(
token
:
(
)
->
String
,
abbreviation
:
String
=
"Bearer"
)
:
Interceptor
Members
Constructors
Bearer
Authenticator
From
Provider
Link copied to clipboard
constructor
(
token
:
(
)
->
String
,
abbreviation
:
String
=
"Bearer"
)
Functions
intercept
Link copied to clipboard
open
override
fun
intercept
(
chain
:
Interceptor.Chain
)
:
Response