Interface IPassword<T extends ILoginAuthenticator>


public interface IPassword<T extends ILoginAuthenticator>
Configures login flow to use user name and password for authentication.
Since:
3.21.1
  • Method Details

    • getUserName

      @NotNull String getUserName()
      Get user name.
      Returns:
      user name.
    • getPassword

      @Nullable String getPassword()
      Get password.
      Returns:
      password.