Objects/Tables/Table 1140 OAuth 2.0 Setup
Table 1140 OAuth 2.0 Setup in 20
Jonas Paprotka, Base Application 20.5.45456.61928, checked
- App
- Base Application
Fields, 22Keys, 1Procedures, 12Events, 5
Versions171819202122232425262728latest
Source29
Fields, 22
| Id | Name | Type | Obsolete |
|---|
| 1 | Code | Code[20] | - |
| 2 | Description | Text[250] | - |
| 3 | Service URL | Text[250] | - |
| 4 | Redirect URL | Text[250] | - |
| 5 | Client ID | Guid | - |
| 6 | Client Secret | Guid | - |
| 7 | Access Token | Guid | - |
| 8 | Refresh Token | Guid | - |
| 9 | Authorization URL Path | Text[250] | - |
| 10 | Access Token URL Path | Text[250] | - |
| 11 | Refresh Token URL Path | Text[250] | - |
| 12 | Scope | Text[250] | - |
| 13 | Authorization Response Type | Text[250] | - |
| 14 | Status | Option | - |
| 15 | Token DataScope | Option | - |
| 16 | Activity Log ID | Integer | - |
| 17 | Daily Limit | Integer | - |
| 18 | Daily Count | Integer | - |
| 19 | Latest Datetime | DateTime | - |
| 20 | Access Token Due DateTime | DateTime | - |
| 21 | Feature GUID | Guid | - |
| 22 | User ID | Code[50] | - |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Code | - |
Procedures, 12
| Name | Parameters | Returns | Access | Obsolete |
|---|
| SetToken | (var Guid, Text) | | public | - |
| GetToken | (Guid) | Text | public | - |
| DeleteToken | (Guid) | | public | - |
| HasToken | (Guid) | Boolean | public | - |
| GetTokenDataScope | () | DataScope | public | - |
| RequestAuthorizationCode | () | | public | - |
| RequestAccessToken | (var Text, Text) | Boolean | public | - |
| RefreshAccessToken | (var Text) | Boolean | public | - |
| InvokeRequest | (Text, var Text, var Text, Boolean) | Boolean | public | - |
| FindSetOAuth20SetupByFeature | (Guid) | Boolean | public | - |
| FindFirstOAuth20SetupByFeatureAndCurrUser | (Guid) | Boolean | public | - |
| FindFirstOAuth20SetupByFeatureAndUser | (Guid, Code[50]) | Boolean | public | - |
Events, 5
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnAfterRequestAccessToken | (Record OAuth 2.0 Setup, Boolean, var Text) | - |
| Integration event | OnBeforeRequestAuthoizationCode | (Record OAuth 2.0 Setup, var Boolean) | - |
| Integration event | OnBeforeRefreshAccessToken | (var Record OAuth 2.0 Setup, var Boolean, var Text, var Boolean) | - |
| Integration event | OnBeforeRequestAccessToken | (var Record OAuth 2.0 Setup, Text, var Boolean, var Text, var Boolean) | - |
| Integration event | OnBeforeInvokeRequest | (var Record OAuth 2.0 Setup, Text, var Text, var Text, var Boolean, var Boolean, Boolean) | - |