toggle menu
crypto-trader-api
JVM
switch theme
search in API
crypto-trader-api
/
org.cryptotrader.api.controller
/
AuthController
/
isLoggedIn
is
Logged
In
@
GetMapping
(
value
=
"/logged-in"
)
open
fun
isLoggedIn
(
)
:
ResponseEntity
<
AuthResponse
>
Quick status check used by the UI. Returns authorized=true if the current request is authenticated.