Revert expires_in type + fix syntax error

This commit is contained in:
Eric NGUYEN 2022-04-28 14:11:00 +02:00
parent 35c9786408
commit 1a26f6e491

View file

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