hermes-client/Hermes/TwitchBotAuth.cs

6 lines
208 B
C#
Raw Normal View History

public class TwitchBotAuth {
public string? UserId { get; set; }
public string? AccessToken { get; set; }
public string? RefreshToken { get; set; }
public string? BroadcasterId { get; set; }
}