Table of Contents

Interface IUpdateTokenRequest

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

Запрос для обновления токена входа.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(UpdateTokenRequest))]
public interface IUpdateTokenRequest : IWebApiRequest

Properties

RefreshToken

Токен обновления.

string? RefreshToken { get; set; }

Property Value

string