codes a streamer
This commit is contained in:
parent
a175b4f818
commit
e809616301
3 changed files with 90 additions and 6 deletions
8
src/cli/Settings/UserConnectionSettings.cs
Normal file
8
src/cli/Settings/UserConnectionSettings.cs
Normal 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;}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue