| procedure | GetAuthorizationURL(Record OAuth 2.0 Setup, Text) | Pending | 24.0 | 24 | 26, gone |
| Use procedure GetAuthorizationURLAsSecretText instead. |
| procedure | RequestAccessToken(var Record OAuth 2.0 Setup, var Text, Text, Text, Text, var Text, var Text) | Pending | 24.0 | 24 | 26, gone |
| Use RequestAccessToken procedure with parameters declared as SecretText instead. |
| procedure | RequestAccessTokenWithGivenRequestJson(var Record OAuth 2.0 Setup, Text, var Text, Text, Text, Text, var Text, var Text) | Pending | 24.0 | 24 | 26, gone |
| Use RequestAccessTokenWithGivenRequestJson with paramaters declared as SecretText instead. |
| procedure | RequestAccessTokenWithContentType(var Record OAuth 2.0 Setup, Text, var Text, Text, Text, Text, var Text, var Text, Boolean) | Pending | 24.0 | 24 | 26, gone |
| Use "RequestAccessTokenWithContentType with paramaters declared as SecretText instead. |
| procedure | RefreshAccessToken(var Record OAuth 2.0 Setup, var Text, Text, Text, var Text, var Text) | Pending | 24.0 | 24 | 26, gone |
| Use RefreshAccessToken with paramaters declared as SecretText instead. |
| procedure | RefreshAccessTokenWithGivenRequestJson(var Record OAuth 2.0 Setup, Text, var Text, Text, Text, var Text, var Text) | Pending | 24.0 | 24 | 26, gone |
| Use RefreshAccessTokenWithGivenRequestJson with paramaters declared as SecretText instead. |
| procedure | RefreshAccessTokenWithContentType(var Record OAuth 2.0 Setup, Text, var Text, Text, Text, var Text, var Text, Boolean) | Pending | 24.0 | 24 | 26, gone |
| Use RefreshAccessTokenWithContentType with paramaters declared as SecretText instead. |
| procedure | InvokeRequest(var Record OAuth 2.0 Setup, Text, var Text, var Text, Text, Boolean) | Pending | 24.0 | 24 | 26, gone |
| Use InvokeRequest with paramaters declared as SecretText instead. |
| procedure | RequestAndSaveAccessToken(var Record OAuth 2.0 Setup, var Text, Text) | Pending | 24.0 | 24 | 26, gone |
| Use RequestAndSaveAccessToken with paramaters declared as SecretText instead. |