8 lines
No EOL
244 B
C#
8 lines
No EOL
244 B
C#
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;}
|
|
|
|
} |