Codeunit 1140 OAuth 2.0 Mgt. in 26
- App
- Base Application
- Namespace
- System.Security.Authentication
Versions171819202122232425262728latest
Source29
Procedures, 24
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| RequestAuthFromNotification | (Notification) | public | - | ||||
| GetAuthorizationURL | (Record OAuth 2.0 Setup, Text) | Text | public | 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 | 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 | 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 | 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 | 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 | 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 | 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 | Pending 24.0 | |||
| Use InvokeRequest with paramaters declared as SecretText instead. | |||||||
| RequestAuthorizationCode | (Record OAuth 2.0 Setup) | public | - | ||||
| RequestAndSaveAccessToken | (var Record OAuth 2.0 Setup, var Text, Text) | Boolean | public | Pending 24.0 | |||
| Use RequestAndSaveAccessToken with paramaters declared as SecretText instead. | |||||||
| RefreshAndSaveAccessToken | (var Record OAuth 2.0 Setup, var Text) | Boolean | public | - | |||
| InvokeRequestBasic | (var Record OAuth 2.0 Setup, Text, var Text, var Text, Boolean) | Boolean | public | - | |||
| CheckEncryption | () | public | - | ||||
| GetHttpStatusFromJsonResponse | (Text, var Integer, var Text, var Text) | Boolean | public | - | |||
| GetAuthorizationURLAsSecretText | (Record OAuth 2.0 Setup, Text) | SecretText | public | - | |||
| RequestAccessToken | (var Record OAuth 2.0 Setup, var Text, SecretText, Text, SecretText, var SecretText, var SecretText) | Boolean | public | - | |||
| RequestAccessTokenWithGivenRequestJson | (var Record OAuth 2.0 Setup, Text, var Text, SecretText, Text, SecretText, var SecretText, var SecretText) | Boolean | public | - | |||
| RequestAccessTokenWithContentType | (var Record OAuth 2.0 Setup, Text, var Text, SecretText, Text, SecretText, var SecretText, var SecretText, Boolean) | Boolean | public | - | |||
| RefreshAccessToken | (var Record OAuth 2.0 Setup, var Text, Text, SecretText, var SecretText, var SecretText) | Boolean | public | - | |||
| RefreshAccessTokenWithGivenRequestJson | (var Record OAuth 2.0 Setup, Text, var Text, Text, SecretText, var SecretText, var SecretText) | Boolean | public | - | |||
| RefreshAccessTokenWithContentType | (var Record OAuth 2.0 Setup, Text, var Text, Text, SecretText, var SecretText, var SecretText, Boolean) | Boolean | public | - | |||
| InvokeRequest | (var Record OAuth 2.0 Setup, Text, var Text, var Text, SecretText, Boolean) | Boolean | public | - | |||
| RequestAndSaveAccessToken | (var Record OAuth 2.0 Setup, var Text, SecretText) | Boolean | public | - | |||
Events, 2
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeCheckEncryption | (var Boolean) | - |
| Integration event | OnBeforeGetServiceUrlForAuthorizationURL | (var Text, Record OAuth 2.0 Setup) | - |