LoginFormType

public enum LoginFormType

Designates the login that is used for creating the login form.

  • Sets the form as taking an email for the users login.

    Declaration

    Swift

    case email
  • Sets the form as taking a username for the login

    Declaration

    Swift

    case username