Skip to content

Commit

Permalink
New Auth methods (#17)
Browse files Browse the repository at this point in the history
* New Auth methods

* New Auth method
  • Loading branch information
shuryak committed Jan 17, 2023
1 parent 3a47cca commit 955d5dd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Yandex.Music.Api/Models/Account/YAuthMethod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ public enum YAuthMethod
{
Password,
[EnumMember(Value = "magic_x_token")]
MagicToken
MagicToken,
[EnumMember(Value = "magic_link")]
MagicLink,
Magic,
Otp
}
}
}

0 comments on commit 955d5dd

Please sign in to comment.