| RequestAuthFromNotification | (Notification) | | public | 17-28 | - |
| GetAuthorizationURL | (Record OAuth 2.0 Setup, Text) | Text | public | 17-26, gone | Pending 24.0 |
| Use procedure GetAuthorizationURLAsSecretText instead. |
| RequestAccessToken | (var Record OAuth 2.0 Setup, var Text, Text, Text, Text, var Text, var Text) | Boolean | public | 17-26, gone | Pending 24.0 |
| Use RequestAccessToken procedure with parameters declared as SecretText instead. |
| RequestAccessTokenWithGivenRequestJson | (var Record OAuth 2.0 Setup, Text, var Text, Text, Text, Text, var Text, var Text) | Boolean | public | 17-26, gone | Pending 24.0 |
| Use RequestAccessTokenWithGivenRequestJson with paramaters declared as SecretText instead. |
| RequestAccessTokenWithContentType | (var Record OAuth 2.0 Setup, Text, var Text, Text, Text, Text, var Text, var Text, Boolean) | Boolean | public | 17-26, gone | Pending 24.0 |
| Use "RequestAccessTokenWithContentType with paramaters declared as SecretText instead. |
| RefreshAccessToken | (var Record OAuth 2.0 Setup, var Text, Text, Text, var Text, var Text) | Boolean | public | 17-26, gone | Pending 24.0 |
| Use RefreshAccessToken with paramaters declared as SecretText instead. |
| RefreshAccessTokenWithGivenRequestJson | (var Record OAuth 2.0 Setup, Text, var Text, Text, Text, var Text, var Text) | Boolean | public | 17-26, gone | Pending 24.0 |
| Use RefreshAccessTokenWithGivenRequestJson with paramaters declared as SecretText instead. |
| RefreshAccessTokenWithContentType | (var Record OAuth 2.0 Setup, Text, var Text, Text, Text, var Text, var Text, Boolean) | Boolean | public | 17-26, gone | Pending 24.0 |
| Use RefreshAccessTokenWithContentType with paramaters declared as SecretText instead. |
| InvokeRequest | (var Record OAuth 2.0 Setup, Text, var Text, var Text, Text, Boolean) | Boolean | public | 17-26, gone | Pending 24.0 |
| Use InvokeRequest with paramaters declared as SecretText instead. |
| RequestAuthorizationCode | (Record OAuth 2.0 Setup) | | public | 17-28 | - |
| RequestAndSaveAccessToken | (var Record OAuth 2.0 Setup, var Text, Text) | Boolean | public | 17-26, gone | Pending 24.0 |
| Use RequestAndSaveAccessToken with paramaters declared as SecretText instead. |
| RefreshAndSaveAccessToken | (var Record OAuth 2.0 Setup, var Text) | Boolean | public | 17-28 | - |
| InvokeRequestBasic | (var Record OAuth 2.0 Setup, Text, var Text, var Text, Boolean) | Boolean | public | 17-28 | - |
| CheckEncryption | () | | public | 17-28 | - |
| GetHttpStatusFromJsonResponse | (Text, var Integer, var Text, var Text) | Boolean | public | 17-28 | - |
| GetAuthorizationURLAsSecretText | (Record OAuth 2.0 Setup, Text) | SecretText | public | 24-28 | - |
| RequestAccessToken | (var Record OAuth 2.0 Setup, var Text, SecretText, Text, SecretText, var SecretText, var SecretText) | Boolean | public | 24-28 | - |
| RequestAccessTokenWithGivenRequestJson | (var Record OAuth 2.0 Setup, Text, var Text, SecretText, Text, SecretText, var SecretText, var SecretText) | Boolean | public | 24-28 | - |
| RequestAccessTokenWithContentType | (var Record OAuth 2.0 Setup, Text, var Text, SecretText, Text, SecretText, var SecretText, var SecretText, Boolean) | Boolean | public | 24-28 | - |
| RefreshAccessToken | (var Record OAuth 2.0 Setup, var Text, Text, SecretText, var SecretText, var SecretText) | Boolean | public | 24-28 | - |
| RefreshAccessTokenWithGivenRequestJson | (var Record OAuth 2.0 Setup, Text, var Text, Text, SecretText, var SecretText, var SecretText) | Boolean | public | 24-28 | - |
| RefreshAccessTokenWithContentType | (var Record OAuth 2.0 Setup, Text, var Text, Text, SecretText, var SecretText, var SecretText, Boolean) | Boolean | public | 24-28 | - |
| InvokeRequest | (var Record OAuth 2.0 Setup, Text, var Text, var Text, SecretText, Boolean) | Boolean | public | 24-28 | - |
| RequestAndSaveAccessToken | (var Record OAuth 2.0 Setup, var Text, SecretText) | Boolean | public | 24-28 | - |