We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 115829b + 729dde9 commit 05b3ea3Copy full SHA for 05b3ea3
Src/Notion.Client/Api/Authentication/CreateToken/Response/CreateTokenResponse.cs
@@ -7,6 +7,9 @@ public class CreateTokenResponse
7
[JsonProperty("access_token")]
8
public string AccessToken { get; set; }
9
10
+ [JsonProperty("refresh_token")]
11
+ public string RefreshToken { get; set; }
12
+
13
[JsonProperty("token_type")]
14
public string TokenType { get; set; } = "bearer";
15
0 commit comments