public interface AuthenticationProvider
Modifier and Type | Method and Description |
---|---|
Publisher<AuthenticationResponse> |
authenticate(AuthenticationRequest authenticationRequest)
Authenticates a user with the given request.
|
Publisher<AuthenticationResponse> authenticate(AuthenticationRequest authenticationRequest)
UserDetails
.authenticationRequest
- The request to authenticate