Codeunit 1140 OAuth 2.0 Mgt. in 22
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 15
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| RequestAuthFromNotification | (Notification) | public | - | |
| GetAuthorizationURL | (Record OAuth 2.0 Setup, Text) | Text | public | - |
| RequestAccessToken | (var Record OAuth 2.0 Setup, var Text, Text, Text, Text, var Text, var Text) | Boolean | public | - |
| RequestAccessTokenWithGivenRequestJson | (var Record OAuth 2.0 Setup, Text, var Text, Text, Text, Text, var Text, var Text) | Boolean | public | - |
| RequestAccessTokenWithContentType | (var Record OAuth 2.0 Setup, Text, var Text, Text, Text, Text, var Text, var Text, Boolean) | Boolean | public | - |
| RefreshAccessToken | (var Record OAuth 2.0 Setup, var Text, Text, Text, var Text, var Text) | Boolean | public | - |
| RefreshAccessTokenWithGivenRequestJson | (var Record OAuth 2.0 Setup, Text, var Text, Text, Text, var Text, var Text) | Boolean | public | - |
| RefreshAccessTokenWithContentType | (var Record OAuth 2.0 Setup, Text, var Text, Text, Text, var Text, var Text, Boolean) | Boolean | public | - |
| InvokeRequest | (var Record OAuth 2.0 Setup, Text, var Text, var Text, Text, Boolean) | Boolean | public | - |
| RequestAuthorizationCode | (Record OAuth 2.0 Setup) | public | - | |
| RequestAndSaveAccessToken | (var Record OAuth 2.0 Setup, var Text, Text) | Boolean | public | - |
| 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 | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeCheckEncryption | (var Boolean) | - |