Skip to content

Commit e9a78d7

Browse files
authored
Added new bulk challenge OAuth scope (#519)
1 parent 031414a commit e9a78d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/AspNet.Security.OAuth.Lichess/LichessAuthenticationConstants.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ public static class Scopes
4242
/// </summary>
4343
public const string ChallengeWrite = "challenge:write";
4444

45+
/// <summary>
46+
/// Create or delete bulk challenges
47+
/// </summary>
48+
public const string ChallengeBulk = "challenge:bulk";
49+
4550
/// <summary>
4651
/// Read private studies and broadcasts
4752
/// </summary>

0 commit comments

Comments
 (0)