Authentication type available for users.

Hierarchy

  • UserLoginType

Constructors

Properties

Constructors

  • Parameters

    • id: number

      Identifier of authentication type. Should equal to a value in LoginTypes.ID column in the database.

    • name: string

      Name of authentication type.

    • flags: UserLoginTypeFlags = UserLoginTypeFlags.None

      Flags associated with authentication type.

    • Optional options: null | IUserLoginTypeOptions

      Options regarding how the authentication type is used in the system, in addition to its flags.

    Returns UserLoginType

Properties

flags: UserLoginTypeFlags = UserLoginTypeFlags.None

Flags associated with authentication type.

id: number

Identifier of authentication type. Should equal to a value in LoginTypes.ID column in the database.

name: string

Name of authentication type.

options?: null | IUserLoginTypeOptions

Options regarding how the authentication type is used in the system, in addition to its flags.

Generated using TypeDoc