|
5 | 5 | | [**autoCommitSettingsExists**](#autoCommitSettingsExists) | **GET** /api/admin/autoCommitSettings/exists | Check auto commit settings exists (autoCommitSettingsExists) | |
6 | 6 | | [**checkRepositoryAccess**](#checkRepositoryAccess) | **POST** /api/admin/repositorySettings/checkAccess | Check repository access (checkRepositoryAccess) | |
7 | 7 | | [**checkUpdates**](#checkUpdates) | **GET** /api/admin/updates | Check for new Platform Releases (checkUpdates) | |
8 | | -| [**codeProcessingUrl**](#codeProcessingUrl) | **GET** /api/admin/mail/oauth2/code | codeProcessingUrl | |
9 | 8 | | [**deleteAutoCommitSettings**](#deleteAutoCommitSettings) | **DELETE** /api/admin/autoCommitSettings | Delete auto commit settings (deleteAutoCommitSettings) | |
10 | 9 | | [**deleteRepositorySettings**](#deleteRepositorySettings) | **DELETE** /api/admin/repositorySettings | Delete repository settings (deleteRepositorySettings) | |
11 | 10 | | [**getAdminSettings**](#getAdminSettings) | **GET** /api/admin/settings/{key} | Get the Administration Settings object using key (getAdminSettings) | |
12 | | -| [**getAuthorizationUrl**](#getAuthorizationUrl) | **GET** /api/admin/mail/oauth2/authorize | Redirect user to mail provider login page. | |
13 | 11 | | [**getAutoCommitSettings**](#getAutoCommitSettings) | **GET** /api/admin/autoCommitSettings | Get auto commit settings (getAutoCommitSettings) | |
14 | 12 | | [**getFeaturesInfo**](#getFeaturesInfo) | **GET** /api/admin/featuresInfo | Get features info (getFeaturesInfo) | |
15 | 13 | | [**getJwtSettings**](#getJwtSettings) | **GET** /api/admin/jwtSettings | Get the JWT Settings object (getJwtSettings) | |
16 | 14 | | [**getLicenseUsageInfo**](#getLicenseUsageInfo) | **GET** /api/admin/licenseUsageInfo | Get license usage info (getLicenseUsageInfo) | |
| 15 | +| [**getMailOAuth2AuthorizationUrl**](#getMailOAuth2AuthorizationUrl) | **GET** /api/admin/mail/oauth2/authorize | Redirect user to mail provider login page. | |
17 | 16 | | [**getMailProcessingUrl**](#getMailProcessingUrl) | **GET** /api/admin/mail/oauth2/loginProcessingUrl | Get OAuth2 log in processing URL (getMailProcessingUrl) | |
18 | 17 | | [**getRepositorySettings**](#getRepositorySettings) | **GET** /api/admin/repositorySettings | Get repository settings (getRepositorySettings) | |
19 | 18 | | [**getRepositorySettingsInfo**](#getRepositorySettingsInfo) | **GET** /api/admin/repositorySettings/info | getRepositorySettingsInfo | |
20 | 19 | | [**getSecuritySettings**](#getSecuritySettings) | **GET** /api/admin/securitySettings | Get the Security Settings object (getSecuritySettings) | |
21 | 20 | | [**getSystemInfo**](#getSystemInfo) | **GET** /api/admin/systemInfo | Get system info (getSystemInfo) | |
| 21 | +| [**handleMailOAuth2Callback**](#handleMailOAuth2Callback) | **GET** /api/admin/mail/oauth2/code | handleMailOAuth2Callback | |
22 | 22 | | [**repositorySettingsExists**](#repositorySettingsExists) | **GET** /api/admin/repositorySettings/exists | Check repository settings exists (repositorySettingsExists) | |
23 | 23 | | [**saveAdminSettings**](#saveAdminSettings) | **POST** /api/admin/settings | Creates or Updates the Administration Settings (saveAdminSettings) | |
24 | 24 | | [**saveAutoCommitSettings**](#saveAutoCommitSettings) | **POST** /api/admin/autoCommitSettings | Creates or Updates the auto commit settings (saveAutoCommitSettings) | |
@@ -76,25 +76,6 @@ Check notifications about new platform releases. Available for users with 'SYS |
76 | 76 | **UpdateMessage** |
77 | 77 |
|
78 | 78 |
|
79 | | -## codeProcessingUrl |
80 | | - |
81 | | -> codeProcessingUrl(code, state) |
82 | | -
|
83 | | -codeProcessingUrl |
84 | | - |
85 | | - |
86 | | -### Parameters |
87 | | - |
88 | | -| Name | Type | Description | Notes | |
89 | | -|------------- | ------------- | ------------- | -------------| |
90 | | -| **code** | **String** | | | |
91 | | -| **state** | **String** | | | |
92 | | - |
93 | | -### Return type |
94 | | - |
95 | | -null (empty response body) |
96 | | - |
97 | | - |
98 | 79 | ## deleteAutoCommitSettings |
99 | 80 |
|
100 | 81 | > deleteAutoCommitSettings() |
@@ -142,19 +123,6 @@ Get the Administration Settings object using specified string key. Referencing n |
142 | 123 | **AdminSettings** |
143 | 124 |
|
144 | 125 |
|
145 | | -## getAuthorizationUrl |
146 | | - |
147 | | -> String getAuthorizationUrl() |
148 | | -
|
149 | | -Redirect user to mail provider login page. |
150 | | - |
151 | | -After user logged in and provided accessprovider sends authorization code to specified redirect uri.) |
152 | | - |
153 | | -### Return type |
154 | | - |
155 | | -**String** |
156 | | - |
157 | | - |
158 | 126 | ## getAutoCommitSettings |
159 | 127 |
|
160 | 128 | > Map<String, AutoVersionCreateConfig> getAutoCommitSettings() |
@@ -207,6 +175,19 @@ Get license usage info. Available for users with 'SYS_ADMIN' authority. |
207 | 175 | **LicenseUsageInfo** |
208 | 176 |
|
209 | 177 |
|
| 178 | +## getMailOAuth2AuthorizationUrl |
| 179 | + |
| 180 | +> String getMailOAuth2AuthorizationUrl() |
| 181 | +
|
| 182 | +Redirect user to mail provider login page. |
| 183 | + |
| 184 | +After user logged in and provided accessprovider sends authorization code to specified redirect uri.) |
| 185 | + |
| 186 | +### Return type |
| 187 | + |
| 188 | +**String** |
| 189 | + |
| 190 | + |
210 | 191 | ## getMailProcessingUrl |
211 | 192 |
|
212 | 193 | > String getMailProcessingUrl() |
@@ -270,6 +251,25 @@ Get main information about system. Available for users with 'SYS_ADMIN' author |
270 | 251 | **SystemInfo** |
271 | 252 |
|
272 | 253 |
|
| 254 | +## handleMailOAuth2Callback |
| 255 | + |
| 256 | +> handleMailOAuth2Callback(code, state) |
| 257 | +
|
| 258 | +handleMailOAuth2Callback |
| 259 | + |
| 260 | + |
| 261 | +### Parameters |
| 262 | + |
| 263 | +| Name | Type | Description | Notes | |
| 264 | +|------------- | ------------- | ------------- | -------------| |
| 265 | +| **code** | **String** | | | |
| 266 | +| **state** | **String** | | | |
| 267 | + |
| 268 | +### Return type |
| 269 | + |
| 270 | +null (empty response body) |
| 271 | + |
| 272 | + |
273 | 273 | ## repositorySettingsExists |
274 | 274 |
|
275 | 275 | > Boolean repositorySettingsExists() |
|
0 commit comments