TESSA Web API
    Preparing search index...
    • Get a login type by name, or defaultValue if its not found (Forbidden by default).

      Parameters

      • name: undefined | null | string

        Name of a login type. Use defaultValue if unspecified.

      • OptionaldefaultValue: null | UserLoginType

        Default login type to get when name is unspecified or if its not found. Use Forbidden by default.

      Returns UserLoginType

      Login type found by name, or defaultValue when name is unspecified or if its not found.