Interface LoginHintResolver
public interface LoginHintResolver
Resolves a LoginHint. Hint to the Authorization Server about the login identifier the End-User might use to log in.
- Since:
 - 1.2.0
 - Author:
 - Sergio del Amo
 - See Also:
 
- 
Method Summary
 
- 
Method Details
- 
resolve
Hint to the authorization server about the login identifier the user might use to log in.- Parameters:
 request- The originating request- Returns:
 - The login hint
 
 
 -