6 lines
208 B
C#
6 lines
208 B
C#
public class TwitchBotAuth {
|
|
public string? UserId { get; set; }
|
|
public string? AccessToken { get; set; }
|
|
public string? RefreshToken { get; set; }
|
|
public string? BroadcasterId { get; set; }
|
|
} |