Expand description
The trait definition of authentication providers.
Traitsยง
- Authentication
Provider - An authentication provider executes the authentication for an
Authenticationobject and returns either a object ofUserDetails(implementation of the marker trait) or anAuthenticationError. - Authentication
Provider Clone - An authentication provider must be cloneable,
sendandsync. Therefore it has to implement theAuthenticationProviderClonetrait to be cloneable as a boxed object.