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
Copy file name to clipboardExpand all lines: src/class-convertkit-api-v4.php
+14-10Lines changed: 14 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -481,21 +481,25 @@ public function refresh_token() {
481
481
*
482
482
* @since 2.0.0
483
483
*
484
-
* @param string $api_key API Key.
485
-
* @param string $api_secret API Secret.
484
+
* @param string $api_key API Key.
485
+
* @param string $api_secret API Secret.
486
+
* @param bool|string $tenant_name Tenant Name (if specified, issues tokens specific to that name. Useful for using the same account on multiple sites).
0 commit comments