codes a streamer

This commit is contained in:
Paul Schneider 2019-06-25 02:58:35 +01:00
commit e809616301
3 changed files with 90 additions and 6 deletions

View file

@ -0,0 +1,8 @@
public class UserConnectionSettings {
public string UserName {get; set;}
public string AccessToken {get; set;}
public string TokenType {get; set;}
public string ExpiresIn {get; set;}
public string RefreshToken {get; set;}
}