toggle menu
console-components
JVM
switch theme
search in API
console-components
/
org.cryptotrader.console.library.component
/
ConsoleAuthenticationRunner
Console
Authentication
Runner
@
Component
class
ConsoleAuthenticationRunner
@
Autowired
constructor
(
tokenVerifier
:
AccessTokenVerifier
,
productUserService
:
ProductUserService
,
tokenBlacklistService
:
TokenBlacklistService
)
Members
Constructors
Console
Authentication
Runner
Link copied to clipboard
@
Autowired
constructor
(
tokenVerifier
:
AccessTokenVerifier
,
productUserService
:
ProductUserService
,
tokenBlacklistService
:
TokenBlacklistService
)
Functions
run
With
Authorization
Header
Link copied to clipboard
fun
<
T
>
runWithAuthorizationHeader
(
authorizationHeader
:
String
?
,
callbackFunction
:
(
)
->
T
)
:
T