Revert expires_in type + fix syntax error
This commit is contained in:
parent
35c9786408
commit
1a26f6e491
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
public string token_type { get; set; }
|
||||
|
||||
public int expire_in { get; set; }
|
||||
public string expires_in { get; set; }
|
||||
|
||||
public string refresh_token { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue