Полный рефакторинг api. Вынесено отдельно api passport
This commit is contained in:
12
YandexMusic.API/Models/Passport/YAuthQrStatus.cs
Normal file
12
YandexMusic.API/Models/Passport/YAuthQrStatus.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace YandexMusic.API.Models.Passport;
|
||||
|
||||
public class YAuthQRStatus
|
||||
{
|
||||
[JsonPropertyName("state")]
|
||||
public string? State { get; set; } = null;
|
||||
|
||||
[JsonPropertyName("trackId")]
|
||||
public string TrackId { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user