TESSA Web API
    Preparing search index...

    Authentication type available for users.

    Index

    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.

      • Optionaloptions: 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.