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

        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