We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031414a commit e9a78d7Copy full SHA for e9a78d7
src/AspNet.Security.OAuth.Lichess/LichessAuthenticationConstants.cs
@@ -42,6 +42,11 @@ public static class Scopes
42
/// </summary>
43
public const string ChallengeWrite = "challenge:write";
44
45
+ /// <summary>
46
+ /// Create or delete bulk challenges
47
+ /// </summary>
48
+ public const string ChallengeBulk = "challenge:bulk";
49
+
50
/// <summary>
51
/// Read private studies and broadcasts
52
0 commit comments