toggle menu
few
jvm
switch theme
search in API
security
/
security.authentication.token
/
TokenAuthProvider
Token
Auth
Provider
class
TokenAuthProvider
(
tokenUserDetailsService
:
UserDetailsService
)
:
AuthenticationProvider
Members
Constructors
Token
Auth
Provider
Link copied to clipboard
constructor
(
tokenUserDetailsService
:
UserDetailsService
)
Functions
authenticate
Link copied to clipboard
open
override
fun
authenticate
(
authentication
:
Authentication
)
:
Authentication
?
supports
Link copied to clipboard
open
override
fun
supports
(
authentication
:
Class
<
*
>
?
)
:
Boolean