Change expire_in type to int

This commit is contained in:
Eric NGUYEN 2022-04-28 14:05:40 +02:00
parent a2e55cd406
commit 35c9786408

View file

@ -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; }
}