Codeunit 1140 OAuth 2.0 Mgt. in 28
- App
- Base Application
- Namespace
- System.Security.Authentication
Versions171819202122232425262728latest
Source29
Procedures, 15
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| RequestAuthFromNotification | (Notification) | public | - | |
| RequestAuthorizationCode | (Record OAuth 2.0 Setup) | 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 | - |
| 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) | - |