Add team roles and content management updates
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Backend.Configuration;
|
||||
|
||||
public sealed class TwitchAuthOptions
|
||||
{
|
||||
public const string SectionName = "TwitchAuth";
|
||||
|
||||
public string ClientId { get; init; } = string.Empty;
|
||||
public string ClientSecret { get; init; } = string.Empty;
|
||||
public string RedirectUri { get; init; } = string.Empty;
|
||||
public string Scope { get; init; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user