Interface AuthenticationRequest<T,S>
- Type Parameters:
T
- The type of the identityS
- The type of the secret
- All Known Implementing Classes:
UsernamePasswordCredentials
public interface AuthenticationRequest<T,S>
Represents a request to authenticate.
- Since:
- 1.0
- Author:
- Sergio del Amo
-
Method Summary