AuthenticationProvider
@Singleton
The authentication provider for the users service. It provides the authentication logic for the users service. It responds to /auth/login requests.
Parameters
authService
The authentication service.
Functions
Link copied to clipboard
@NonNull
@Executable
open override fun authenticate(requestContext: HttpRequest<B>?, authRequest: AuthenticationRequest<String, String>): AuthenticationResponse