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
    See Also:
    ID Token login_hint description
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String resolve​(io.micronaut.http.HttpRequest<?> request)
      Hint to the authorization server about the login identifier the user might use to log in.
    • Method Detail

      • resolve

        @NonNull
        java.lang.String resolve​(io.micronaut.http.HttpRequest<?> request)
        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