You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**GrantType** | **string** | When refreshing an existing token use `refresh_token`. | [default to "refresh_token"]**RefreshToken** | **string** | The token provided when you got the expired access token. | **ClientId** | **string** | The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled. | [optional]**ClientSecret** | **string** | The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled. | [optional]
7
+
**GrantType** | **string** | When refreshing an existing token use `refresh_token`. | [default to "refresh_token"]**RefreshToken** | **string** | The token provided when you got the expired access token. | **ClientId** | **string** | The client ID for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings. | [optional]**ClientSecret** | **string** | The client secret for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings. | [optional]
8
8
9
9
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
/// <param name="grantType">When refreshing an existing token use `refresh_token`. (required) (default to "refresh_token").</param>
45
45
/// <param name="refreshToken">The token provided when you got the expired access token. (required).</param>
46
-
/// <param name="clientId">The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the \"Client Credentials Required\" setting is enabled for token refresh; optional if disabled..</param>
47
-
/// <param name="clientSecret">The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the \"Client Credentials Required\" setting is enabled for token refresh; optional if disabled..</param>
46
+
/// <param name="clientId">The client ID for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings..</param>
47
+
/// <param name="clientSecret">The client secret for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings..</param>
@@ -95,16 +95,16 @@ public static OAuthTokenRefreshRequest Init(string jsonData)
95
95
publicstringRefreshToken{get;set;}
96
96
97
97
/// <summary>
98
-
/// The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the \"Client Credentials Required\" setting is enabled for token refresh; optional if disabled.
98
+
/// The client ID for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings.
99
99
/// </summary>
100
-
/// <value>The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the \"Client Credentials Required\" setting is enabled for token refresh; optional if disabled.</value>
100
+
/// <value>The client ID for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings.</value>
/// The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the \"Client Credentials Required\" setting is enabled for token refresh; optional if disabled.
105
+
/// The client secret for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings.
106
106
/// </summary>
107
-
/// <value>The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the \"Client Credentials Required\" setting is enabled for token refresh; optional if disabled.</value>
107
+
/// <value>The client secret for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings.</value>
|`grantType`<sup>*_required_</sup> |```String```| When refreshing an existing token use `refresh_token`. ||
12
12
|`refreshToken`<sup>*_required_</sup> |```String```| The token provided when you got the expired access token. ||
13
-
|`clientId`|```String```| The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled. ||
14
-
|`clientSecret`|```String```| The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled. ||
13
+
|`clientId`|```String```| The client ID for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings. ||
14
+
|`clientSecret`|```String```| The client secret for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings. ||
|`grantType`<sup>*_required_</sup> |```String```| When refreshing an existing token use `refresh_token`. ||
12
12
|`refreshToken`<sup>*_required_</sup> |```String```| The token provided when you got the expired access token. ||
13
-
|`clientId`|```String```| The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled. ||
14
-
|`clientSecret`|```String```| The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled. ||
13
+
|`clientId`|```String```| The client ID for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings. ||
14
+
|`clientSecret`|```String```| The client secret for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings. ||
Copy file name to clipboardExpand all lines: sdks/java-v2/src/main/java/com/dropbox/sign/model/OAuthTokenRefreshRequest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ public OAuthTokenRefreshRequest clientId(@jakarta.annotation.Nullable String cli
131
131
}
132
132
133
133
/**
134
-
* The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the \"Client Credentials Required\" setting is enabled for token refresh; optional if disabled.
134
+
* The client ID for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings.
135
135
* @return clientId
136
136
*/
137
137
@jakarta.annotation.Nullable
@@ -156,7 +156,7 @@ public OAuthTokenRefreshRequest clientSecret(@jakarta.annotation.Nullable String
156
156
}
157
157
158
158
/**
159
-
* The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the \"Client Credentials Required\" setting is enabled for token refresh; optional if disabled.
159
+
* The client secret for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings.
|`grantType`<sup>*_required_</sup> |```string```| When refreshing an existing token use `refresh_token`. |[default to 'refresh_token']|
10
10
|`refreshToken`<sup>*_required_</sup> |```string```| The token provided when you got the expired access token. ||
11
-
|`clientId`|```string```| The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled. ||
12
-
|`clientSecret`|```string```| The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled. ||
11
+
|`clientId`|```string```| The client ID for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings. ||
12
+
|`clientSecret`|```string```| The client secret for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings. ||
13
13
14
14
[[Back to Model list]](../../README.md#models)[[Back to API list]](../../README.md#endpoints)[[Back to README]](../../README.md)
Copy file name to clipboardExpand all lines: sdks/node/model/oAuthTokenRefreshRequest.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,11 @@ export class OAuthTokenRefreshRequest {
34
34
*/
35
35
"refreshToken": string;
36
36
/**
37
-
* The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the \"Client Credentials Required\" setting is enabled for token refresh; optional if disabled.
37
+
* The client ID for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings.
38
38
*/
39
39
"clientId"?: string;
40
40
/**
41
-
* The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the \"Client Credentials Required\" setting is enabled for token refresh; optional if disabled.
41
+
* The client secret for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings.
|`grant_type`<sup>*_required_</sup> |```string```| When refreshing an existing token use `refresh_token`. |[default to 'refresh_token']|
10
10
|`refresh_token`<sup>*_required_</sup> |```string```| The token provided when you got the expired access token. ||
11
-
|`client_id`|```string```| The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled. ||
12
-
|`client_secret`|```string```| The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled. ||
11
+
|`client_id`|```string```| The client ID for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings. ||
12
+
|`client_secret`|```string```| The client secret for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings. ||
13
13
14
14
[[Back to Model list]](../../README.md#models)[[Back to API list]](../../README.md#endpoints)[[Back to README]](../../README.md)
Copy file name to clipboardExpand all lines: sdks/php/src/Model/OAuthTokenRefreshRequest.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -391,7 +391,7 @@ public function getClientId()
391
391
/**
392
392
* Sets client_id
393
393
*
394
-
* @param string|null $client_id The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the \"Client Credentials Required\" setting is enabled for token refresh; optional if disabled.
394
+
* @param string|null $client_id The client ID for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings.
395
395
*
396
396
* @return self
397
397
*/
@@ -418,7 +418,7 @@ public function getClientSecret()
418
418
/**
419
419
* Sets client_secret
420
420
*
421
-
* @param string|null $client_secret The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the \"Client Credentials Required\" setting is enabled for token refresh; optional if disabled.
421
+
* @param string|null $client_secret The client secret for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings.
0 commit comments