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