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

      Parameters

      • id: undefined | null | number

        Identifier of a login type. Use defaultValue if unspecified.

      • OptionaldefaultValue: null | UserLoginType

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

      Returns UserLoginType

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