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