Table of Contents

Interface ISignInRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.Login
Assembly
Ascon.Polynom.Web.Api.Data.dll

Модель данных для авторизации пользователя

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(SignInRequest))]
public interface ISignInRequest : ISignInBySystemRequest, ISignInBySsoRequest, IWebApiRequest
Inherited Members

Properties

Login

Имя пользователя ПОЛИНОМ:MDM

string? Login { get; set; }

Property Value

string

Password

Пароль

string? Password { get; set; }

Property Value

string