@cherryin/api-client 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/.openapi-generator/FILES +73 -11
  2. package/README.md +110 -16
  3. package/api.ts +3348 -749
  4. package/dist/api.d.ts +2027 -624
  5. package/dist/api.js +2827 -921
  6. package/dist/esm/api.d.ts +2027 -624
  7. package/dist/esm/api.js +2800 -899
  8. package/docs/AIModelAdminServiceApi.md +53 -0
  9. package/docs/AIModelCheckConnectionResponse.md +25 -0
  10. package/docs/AIModelCheckItem.md +32 -0
  11. package/docs/AIModelCheckResult.md +23 -0
  12. package/docs/AIModelCreateResponse.md +2 -2
  13. package/docs/AIModelDeleteResponse.md +2 -2
  14. package/docs/AIModelDisableResponse.md +2 -2
  15. package/docs/AIModelGetResponse.md +2 -2
  16. package/docs/AIModelListResponse.md +2 -2
  17. package/docs/AIModelPublishResponse.md +2 -2
  18. package/docs/AIModelUpdateResponse.md +2 -2
  19. package/docs/Auth2Account.md +33 -0
  20. package/docs/Auth2Admin.md +33 -0
  21. package/docs/Auth2AdminServiceApi.md +469 -0
  22. package/docs/Auth2AdminSession.md +35 -0
  23. package/docs/{AuthTokenPair.md → Auth2IdToken.md} +10 -8
  24. package/docs/Auth2Session.md +35 -0
  25. package/docs/Auth2User.md +33 -0
  26. package/docs/Auth2UserServiceApi.md +1203 -0
  27. package/docs/AuthAdminChangePasswordRequest.md +24 -0
  28. package/docs/AuthAdminChangePasswordResponse.md +26 -0
  29. package/docs/AuthAdminGetSessionResponse.md +26 -0
  30. package/docs/AuthAdminListSessionsResponse.md +24 -0
  31. package/docs/AuthAdminRevokeOtherSessionsResponse.md +24 -0
  32. package/docs/{UserAuthFlowInitResponseOAuthResult.md → AuthAdminRevokeSessionRequest.md} +5 -5
  33. package/docs/AuthAdminRevokeSessionResponse.md +24 -0
  34. package/docs/AuthAdminRevokeSessionsResponse.md +24 -0
  35. package/docs/AuthAdminSignInEmailRequest.md +26 -0
  36. package/docs/AuthAdminSignInEmailResponse.md +26 -0
  37. package/docs/AuthAdminSignOutResponse.md +24 -0
  38. package/docs/AuthAdminUpdateUserRequest.md +22 -0
  39. package/docs/AuthAdminUpdateUserResponse.md +24 -0
  40. package/docs/AuthChangeEmailRequest.md +22 -0
  41. package/docs/AuthChangeEmailResponse.md +26 -0
  42. package/docs/AuthChangePasswordRequest.md +24 -0
  43. package/docs/AuthChangePasswordResponse.md +26 -0
  44. package/docs/AuthDeleteUserRequest.md +24 -0
  45. package/docs/AuthDeleteUserResponse.md +24 -0
  46. package/docs/AuthGetAccessTokenRequest.md +24 -0
  47. package/docs/AuthGetAccessTokenResponse.md +34 -0
  48. package/docs/AuthGetAccountInfoResponse.md +24 -0
  49. package/docs/AuthGetSessionResponse.md +26 -0
  50. package/docs/AuthLinkSocialRequest.md +30 -0
  51. package/docs/AuthLinkSocialResponse.md +28 -0
  52. package/docs/AuthListAccountsResponse.md +24 -0
  53. package/docs/AuthListSessionsResponse.md +24 -0
  54. package/docs/AuthRefreshTokenRequest.md +24 -0
  55. package/docs/AuthRefreshTokenResponse.md +34 -0
  56. package/docs/AuthRequestPasswordResetRequest.md +22 -0
  57. package/docs/{UserAuthFlowOAuthCallbackRequest.md → AuthRequestPasswordResetResponse.md} +7 -7
  58. package/docs/AuthResetPasswordRequest.md +22 -0
  59. package/docs/{AdminAuthFlowInitResponse.md → AuthResetPasswordResponse.md} +5 -5
  60. package/docs/AuthRevokeOtherSessionsResponse.md +24 -0
  61. package/docs/{UserAuthInfo.md → AuthRevokeSessionRequest.md} +5 -5
  62. package/docs/AuthRevokeSessionResponse.md +24 -0
  63. package/docs/AuthRevokeSessionsResponse.md +24 -0
  64. package/docs/AuthSendVerificationEmailRequest.md +22 -0
  65. package/docs/{UserAuthFlowOAuthCallbackResponse.md → AuthSendVerificationEmailResponse.md} +5 -7
  66. package/docs/AuthSignInEmailRequest.md +26 -0
  67. package/docs/AuthSignInEmailResponse.md +30 -0
  68. package/docs/AuthSignInSocialRequest.md +30 -0
  69. package/docs/AuthSignInSocialResponse.md +30 -0
  70. package/docs/AuthSignOutResponse.md +24 -0
  71. package/docs/AuthSignUpEmailRequest.md +32 -0
  72. package/docs/AuthSignUpEmailResponse.md +28 -0
  73. package/docs/AuthUnlinkAccountRequest.md +22 -0
  74. package/docs/AuthUnlinkAccountResponse.md +24 -0
  75. package/docs/AuthUpdateUserRequest.md +22 -0
  76. package/docs/AuthUpdateUserResponse.md +24 -0
  77. package/docs/AuthVerifyEmailResponse.md +24 -0
  78. package/docs/ConfigItem.md +32 -0
  79. package/docs/ConfigItemHistory.md +22 -0
  80. package/docs/ProviderCreateResponse.md +2 -2
  81. package/docs/ProviderDeleteResponse.md +2 -2
  82. package/docs/ProviderGetResponse.md +2 -2
  83. package/docs/ProviderListResponse.md +2 -2
  84. package/docs/ProviderModelCreateResponse.md +2 -2
  85. package/docs/ProviderModelDeleteResponse.md +2 -2
  86. package/docs/ProviderModelGetResponse.md +2 -2
  87. package/docs/ProviderModelListResponse.md +2 -2
  88. package/docs/ProviderModelUpdateResponse.md +2 -2
  89. package/docs/ProviderUpdateResponse.md +2 -2
  90. package/docs/RemoteConfigAdminServiceApi.md +287 -0
  91. package/docs/RemoteConfigItemCreateRequest.md +20 -0
  92. package/docs/RemoteConfigItemCreateResponse.md +24 -0
  93. package/docs/RemoteConfigItemDeleteRequest.md +20 -0
  94. package/docs/RemoteConfigItemDeleteResponse.md +22 -0
  95. package/docs/RemoteConfigItemGetResponse.md +24 -0
  96. package/docs/RemoteConfigItemListResponse.md +26 -0
  97. package/docs/RemoteConfigItemUpdateRequest.md +22 -0
  98. package/docs/RemoteConfigItemUpdateResponse.md +24 -0
  99. package/docs/UserInfo.md +14 -8
  100. package/docs/UserPayServiceApi.md +12 -3
  101. package/git_push.sh +1 -1
  102. package/package.json +2 -2
  103. package/docs/AdminAuthServiceApi.md +0 -81
  104. package/docs/AuthFlowResult.md +0 -23
  105. package/docs/UserAuthFlowCodeResponse.md +0 -26
  106. package/docs/UserAuthFlowInitResponse.md +0 -28
  107. package/docs/UserAuthServiceApi.md +0 -279
@@ -0,0 +1,1203 @@
1
+ # Auth2UserServiceApi
2
+
3
+ All URIs are relative to *http://localhost*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**auth2UserServiceAuthChangeEmail**](#auth2userserviceauthchangeemail) | **POST** /authed/v1/change-email | |
8
+ |[**auth2UserServiceAuthChangePassword**](#auth2userserviceauthchangepassword) | **POST** /authed/v1/change-password | |
9
+ |[**auth2UserServiceAuthDeleteUser**](#auth2userserviceauthdeleteuser) | **POST** /authed/v1/delete-user | |
10
+ |[**auth2UserServiceAuthGetAccessToken**](#auth2userserviceauthgetaccesstoken) | **POST** /authed/v1/get-access-token | |
11
+ |[**auth2UserServiceAuthGetAccountInfo**](#auth2userserviceauthgetaccountinfo) | **GET** /authed/v1/account-info | |
12
+ |[**auth2UserServiceAuthGetSession**](#auth2userserviceauthgetsession) | **GET** /authed/v1/get-session | |
13
+ |[**auth2UserServiceAuthLinkSocial**](#auth2userserviceauthlinksocial) | **POST** /authed/v1/link-social | |
14
+ |[**auth2UserServiceAuthListAccounts**](#auth2userserviceauthlistaccounts) | **GET** /authed/v1/list-accounts | |
15
+ |[**auth2UserServiceAuthListSessions**](#auth2userserviceauthlistsessions) | **GET** /authed/v1/list-sessions | |
16
+ |[**auth2UserServiceAuthRefreshToken**](#auth2userserviceauthrefreshtoken) | **POST** /authed/v1/refresh-token | |
17
+ |[**auth2UserServiceAuthRequestPasswordReset**](#auth2userserviceauthrequestpasswordreset) | **POST** /authed/v1/request-password-reset | |
18
+ |[**auth2UserServiceAuthResetPassword**](#auth2userserviceauthresetpassword) | **POST** /authed/v1/reset-password | |
19
+ |[**auth2UserServiceAuthRevokeOtherSessions**](#auth2userserviceauthrevokeothersessions) | **POST** /authed/v1/revoke-other-sessions | |
20
+ |[**auth2UserServiceAuthRevokeSession**](#auth2userserviceauthrevokesession) | **POST** /authed/v1/revoke-session | |
21
+ |[**auth2UserServiceAuthRevokeSessions**](#auth2userserviceauthrevokesessions) | **POST** /authed/v1/revoke-sessions | |
22
+ |[**auth2UserServiceAuthSendVerificationEmail**](#auth2userserviceauthsendverificationemail) | **POST** /authed/v1/send-verification-email | |
23
+ |[**auth2UserServiceAuthSignInEmail**](#auth2userserviceauthsigninemail) | **POST** /auth/v1/sign-in/email | |
24
+ |[**auth2UserServiceAuthSignInSocial**](#auth2userserviceauthsigninsocial) | **POST** /auth/v1/sign-in/social | |
25
+ |[**auth2UserServiceAuthSignOut**](#auth2userserviceauthsignout) | **POST** /authed/v1/sign-out | |
26
+ |[**auth2UserServiceAuthSignUpEmail**](#auth2userserviceauthsignupemail) | **POST** /auth/v1/sign-up/email | |
27
+ |[**auth2UserServiceAuthUnlinkAccount**](#auth2userserviceauthunlinkaccount) | **POST** /authed/v1/unlink-account | |
28
+ |[**auth2UserServiceAuthUpdateUser**](#auth2userserviceauthupdateuser) | **POST** /authed/v1/update-user | |
29
+ |[**auth2UserServiceAuthVerifyEmail**](#auth2userserviceauthverifyemail) | **GET** /authed/v1/verify-email | |
30
+
31
+ # **auth2UserServiceAuthChangeEmail**
32
+ > AuthChangeEmailResponse auth2UserServiceAuthChangeEmail(authChangeEmailRequest)
33
+
34
+
35
+ ### Example
36
+
37
+ ```typescript
38
+ import {
39
+ Auth2UserServiceApi,
40
+ Configuration,
41
+ AuthChangeEmailRequest
42
+ } from '@cherryin/api-client';
43
+
44
+ const configuration = new Configuration();
45
+ const apiInstance = new Auth2UserServiceApi(configuration);
46
+
47
+ let authChangeEmailRequest: AuthChangeEmailRequest; //
48
+
49
+ const { status, data } = await apiInstance.auth2UserServiceAuthChangeEmail(
50
+ authChangeEmailRequest
51
+ );
52
+ ```
53
+
54
+ ### Parameters
55
+
56
+ |Name | Type | Description | Notes|
57
+ |------------- | ------------- | ------------- | -------------|
58
+ | **authChangeEmailRequest** | **AuthChangeEmailRequest**| | |
59
+
60
+
61
+ ### Return type
62
+
63
+ **AuthChangeEmailResponse**
64
+
65
+ ### Authorization
66
+
67
+ No authorization required
68
+
69
+ ### HTTP request headers
70
+
71
+ - **Content-Type**: application/json
72
+ - **Accept**: application/json
73
+
74
+
75
+ ### HTTP response details
76
+ | Status code | Description | Response headers |
77
+ |-------------|-------------|------------------|
78
+ |**200** | OK | - |
79
+ |**0** | Default error response | - |
80
+
81
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
82
+
83
+ # **auth2UserServiceAuthChangePassword**
84
+ > AuthChangePasswordResponse auth2UserServiceAuthChangePassword(authChangePasswordRequest)
85
+
86
+ ============ 密码管理 ============
87
+
88
+ ### Example
89
+
90
+ ```typescript
91
+ import {
92
+ Auth2UserServiceApi,
93
+ Configuration,
94
+ AuthChangePasswordRequest
95
+ } from '@cherryin/api-client';
96
+
97
+ const configuration = new Configuration();
98
+ const apiInstance = new Auth2UserServiceApi(configuration);
99
+
100
+ let authChangePasswordRequest: AuthChangePasswordRequest; //
101
+
102
+ const { status, data } = await apiInstance.auth2UserServiceAuthChangePassword(
103
+ authChangePasswordRequest
104
+ );
105
+ ```
106
+
107
+ ### Parameters
108
+
109
+ |Name | Type | Description | Notes|
110
+ |------------- | ------------- | ------------- | -------------|
111
+ | **authChangePasswordRequest** | **AuthChangePasswordRequest**| | |
112
+
113
+
114
+ ### Return type
115
+
116
+ **AuthChangePasswordResponse**
117
+
118
+ ### Authorization
119
+
120
+ No authorization required
121
+
122
+ ### HTTP request headers
123
+
124
+ - **Content-Type**: application/json
125
+ - **Accept**: application/json
126
+
127
+
128
+ ### HTTP response details
129
+ | Status code | Description | Response headers |
130
+ |-------------|-------------|------------------|
131
+ |**200** | OK | - |
132
+ |**0** | Default error response | - |
133
+
134
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
135
+
136
+ # **auth2UserServiceAuthDeleteUser**
137
+ > AuthDeleteUserResponse auth2UserServiceAuthDeleteUser(authDeleteUserRequest)
138
+
139
+
140
+ ### Example
141
+
142
+ ```typescript
143
+ import {
144
+ Auth2UserServiceApi,
145
+ Configuration,
146
+ AuthDeleteUserRequest
147
+ } from '@cherryin/api-client';
148
+
149
+ const configuration = new Configuration();
150
+ const apiInstance = new Auth2UserServiceApi(configuration);
151
+
152
+ let authDeleteUserRequest: AuthDeleteUserRequest; //
153
+
154
+ const { status, data } = await apiInstance.auth2UserServiceAuthDeleteUser(
155
+ authDeleteUserRequest
156
+ );
157
+ ```
158
+
159
+ ### Parameters
160
+
161
+ |Name | Type | Description | Notes|
162
+ |------------- | ------------- | ------------- | -------------|
163
+ | **authDeleteUserRequest** | **AuthDeleteUserRequest**| | |
164
+
165
+
166
+ ### Return type
167
+
168
+ **AuthDeleteUserResponse**
169
+
170
+ ### Authorization
171
+
172
+ No authorization required
173
+
174
+ ### HTTP request headers
175
+
176
+ - **Content-Type**: application/json
177
+ - **Accept**: application/json
178
+
179
+
180
+ ### HTTP response details
181
+ | Status code | Description | Response headers |
182
+ |-------------|-------------|------------------|
183
+ |**200** | OK | - |
184
+ |**0** | Default error response | - |
185
+
186
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
187
+
188
+ # **auth2UserServiceAuthGetAccessToken**
189
+ > AuthGetAccessTokenResponse auth2UserServiceAuthGetAccessToken(authGetAccessTokenRequest)
190
+
191
+
192
+ ### Example
193
+
194
+ ```typescript
195
+ import {
196
+ Auth2UserServiceApi,
197
+ Configuration,
198
+ AuthGetAccessTokenRequest
199
+ } from '@cherryin/api-client';
200
+
201
+ const configuration = new Configuration();
202
+ const apiInstance = new Auth2UserServiceApi(configuration);
203
+
204
+ let authGetAccessTokenRequest: AuthGetAccessTokenRequest; //
205
+
206
+ const { status, data } = await apiInstance.auth2UserServiceAuthGetAccessToken(
207
+ authGetAccessTokenRequest
208
+ );
209
+ ```
210
+
211
+ ### Parameters
212
+
213
+ |Name | Type | Description | Notes|
214
+ |------------- | ------------- | ------------- | -------------|
215
+ | **authGetAccessTokenRequest** | **AuthGetAccessTokenRequest**| | |
216
+
217
+
218
+ ### Return type
219
+
220
+ **AuthGetAccessTokenResponse**
221
+
222
+ ### Authorization
223
+
224
+ No authorization required
225
+
226
+ ### HTTP request headers
227
+
228
+ - **Content-Type**: application/json
229
+ - **Accept**: application/json
230
+
231
+
232
+ ### HTTP response details
233
+ | Status code | Description | Response headers |
234
+ |-------------|-------------|------------------|
235
+ |**200** | OK | - |
236
+ |**0** | Default error response | - |
237
+
238
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
239
+
240
+ # **auth2UserServiceAuthGetAccountInfo**
241
+ > AuthGetAccountInfoResponse auth2UserServiceAuthGetAccountInfo()
242
+
243
+
244
+ ### Example
245
+
246
+ ```typescript
247
+ import {
248
+ Auth2UserServiceApi,
249
+ Configuration
250
+ } from '@cherryin/api-client';
251
+
252
+ const configuration = new Configuration();
253
+ const apiInstance = new Auth2UserServiceApi(configuration);
254
+
255
+ const { status, data } = await apiInstance.auth2UserServiceAuthGetAccountInfo();
256
+ ```
257
+
258
+ ### Parameters
259
+ This endpoint does not have any parameters.
260
+
261
+
262
+ ### Return type
263
+
264
+ **AuthGetAccountInfoResponse**
265
+
266
+ ### Authorization
267
+
268
+ No authorization required
269
+
270
+ ### HTTP request headers
271
+
272
+ - **Content-Type**: Not defined
273
+ - **Accept**: application/json
274
+
275
+
276
+ ### HTTP response details
277
+ | Status code | Description | Response headers |
278
+ |-------------|-------------|------------------|
279
+ |**200** | OK | - |
280
+ |**0** | Default error response | - |
281
+
282
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
283
+
284
+ # **auth2UserServiceAuthGetSession**
285
+ > AuthGetSessionResponse auth2UserServiceAuthGetSession()
286
+
287
+
288
+ ### Example
289
+
290
+ ```typescript
291
+ import {
292
+ Auth2UserServiceApi,
293
+ Configuration
294
+ } from '@cherryin/api-client';
295
+
296
+ const configuration = new Configuration();
297
+ const apiInstance = new Auth2UserServiceApi(configuration);
298
+
299
+ const { status, data } = await apiInstance.auth2UserServiceAuthGetSession();
300
+ ```
301
+
302
+ ### Parameters
303
+ This endpoint does not have any parameters.
304
+
305
+
306
+ ### Return type
307
+
308
+ **AuthGetSessionResponse**
309
+
310
+ ### Authorization
311
+
312
+ No authorization required
313
+
314
+ ### HTTP request headers
315
+
316
+ - **Content-Type**: Not defined
317
+ - **Accept**: application/json
318
+
319
+
320
+ ### HTTP response details
321
+ | Status code | Description | Response headers |
322
+ |-------------|-------------|------------------|
323
+ |**200** | OK | - |
324
+ |**0** | Default error response | - |
325
+
326
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
327
+
328
+ # **auth2UserServiceAuthLinkSocial**
329
+ > AuthLinkSocialResponse auth2UserServiceAuthLinkSocial(authLinkSocialRequest)
330
+
331
+ ============ 账号关联 ============
332
+
333
+ ### Example
334
+
335
+ ```typescript
336
+ import {
337
+ Auth2UserServiceApi,
338
+ Configuration,
339
+ AuthLinkSocialRequest
340
+ } from '@cherryin/api-client';
341
+
342
+ const configuration = new Configuration();
343
+ const apiInstance = new Auth2UserServiceApi(configuration);
344
+
345
+ let authLinkSocialRequest: AuthLinkSocialRequest; //
346
+
347
+ const { status, data } = await apiInstance.auth2UserServiceAuthLinkSocial(
348
+ authLinkSocialRequest
349
+ );
350
+ ```
351
+
352
+ ### Parameters
353
+
354
+ |Name | Type | Description | Notes|
355
+ |------------- | ------------- | ------------- | -------------|
356
+ | **authLinkSocialRequest** | **AuthLinkSocialRequest**| | |
357
+
358
+
359
+ ### Return type
360
+
361
+ **AuthLinkSocialResponse**
362
+
363
+ ### Authorization
364
+
365
+ No authorization required
366
+
367
+ ### HTTP request headers
368
+
369
+ - **Content-Type**: application/json
370
+ - **Accept**: application/json
371
+
372
+
373
+ ### HTTP response details
374
+ | Status code | Description | Response headers |
375
+ |-------------|-------------|------------------|
376
+ |**200** | OK | - |
377
+ |**0** | Default error response | - |
378
+
379
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
380
+
381
+ # **auth2UserServiceAuthListAccounts**
382
+ > AuthListAccountsResponse auth2UserServiceAuthListAccounts()
383
+
384
+
385
+ ### Example
386
+
387
+ ```typescript
388
+ import {
389
+ Auth2UserServiceApi,
390
+ Configuration
391
+ } from '@cherryin/api-client';
392
+
393
+ const configuration = new Configuration();
394
+ const apiInstance = new Auth2UserServiceApi(configuration);
395
+
396
+ const { status, data } = await apiInstance.auth2UserServiceAuthListAccounts();
397
+ ```
398
+
399
+ ### Parameters
400
+ This endpoint does not have any parameters.
401
+
402
+
403
+ ### Return type
404
+
405
+ **AuthListAccountsResponse**
406
+
407
+ ### Authorization
408
+
409
+ No authorization required
410
+
411
+ ### HTTP request headers
412
+
413
+ - **Content-Type**: Not defined
414
+ - **Accept**: application/json
415
+
416
+
417
+ ### HTTP response details
418
+ | Status code | Description | Response headers |
419
+ |-------------|-------------|------------------|
420
+ |**200** | OK | - |
421
+ |**0** | Default error response | - |
422
+
423
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
424
+
425
+ # **auth2UserServiceAuthListSessions**
426
+ > AuthListSessionsResponse auth2UserServiceAuthListSessions()
427
+
428
+ ============ 会话管理 ============
429
+
430
+ ### Example
431
+
432
+ ```typescript
433
+ import {
434
+ Auth2UserServiceApi,
435
+ Configuration
436
+ } from '@cherryin/api-client';
437
+
438
+ const configuration = new Configuration();
439
+ const apiInstance = new Auth2UserServiceApi(configuration);
440
+
441
+ const { status, data } = await apiInstance.auth2UserServiceAuthListSessions();
442
+ ```
443
+
444
+ ### Parameters
445
+ This endpoint does not have any parameters.
446
+
447
+
448
+ ### Return type
449
+
450
+ **AuthListSessionsResponse**
451
+
452
+ ### Authorization
453
+
454
+ No authorization required
455
+
456
+ ### HTTP request headers
457
+
458
+ - **Content-Type**: Not defined
459
+ - **Accept**: application/json
460
+
461
+
462
+ ### HTTP response details
463
+ | Status code | Description | Response headers |
464
+ |-------------|-------------|------------------|
465
+ |**200** | OK | - |
466
+ |**0** | Default error response | - |
467
+
468
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
469
+
470
+ # **auth2UserServiceAuthRefreshToken**
471
+ > AuthRefreshTokenResponse auth2UserServiceAuthRefreshToken(authRefreshTokenRequest)
472
+
473
+ ============ Token 管理 ============
474
+
475
+ ### Example
476
+
477
+ ```typescript
478
+ import {
479
+ Auth2UserServiceApi,
480
+ Configuration,
481
+ AuthRefreshTokenRequest
482
+ } from '@cherryin/api-client';
483
+
484
+ const configuration = new Configuration();
485
+ const apiInstance = new Auth2UserServiceApi(configuration);
486
+
487
+ let authRefreshTokenRequest: AuthRefreshTokenRequest; //
488
+
489
+ const { status, data } = await apiInstance.auth2UserServiceAuthRefreshToken(
490
+ authRefreshTokenRequest
491
+ );
492
+ ```
493
+
494
+ ### Parameters
495
+
496
+ |Name | Type | Description | Notes|
497
+ |------------- | ------------- | ------------- | -------------|
498
+ | **authRefreshTokenRequest** | **AuthRefreshTokenRequest**| | |
499
+
500
+
501
+ ### Return type
502
+
503
+ **AuthRefreshTokenResponse**
504
+
505
+ ### Authorization
506
+
507
+ No authorization required
508
+
509
+ ### HTTP request headers
510
+
511
+ - **Content-Type**: application/json
512
+ - **Accept**: application/json
513
+
514
+
515
+ ### HTTP response details
516
+ | Status code | Description | Response headers |
517
+ |-------------|-------------|------------------|
518
+ |**200** | OK | - |
519
+ |**0** | Default error response | - |
520
+
521
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
522
+
523
+ # **auth2UserServiceAuthRequestPasswordReset**
524
+ > AuthRequestPasswordResetResponse auth2UserServiceAuthRequestPasswordReset(authRequestPasswordResetRequest)
525
+
526
+
527
+ ### Example
528
+
529
+ ```typescript
530
+ import {
531
+ Auth2UserServiceApi,
532
+ Configuration,
533
+ AuthRequestPasswordResetRequest
534
+ } from '@cherryin/api-client';
535
+
536
+ const configuration = new Configuration();
537
+ const apiInstance = new Auth2UserServiceApi(configuration);
538
+
539
+ let authRequestPasswordResetRequest: AuthRequestPasswordResetRequest; //
540
+
541
+ const { status, data } = await apiInstance.auth2UserServiceAuthRequestPasswordReset(
542
+ authRequestPasswordResetRequest
543
+ );
544
+ ```
545
+
546
+ ### Parameters
547
+
548
+ |Name | Type | Description | Notes|
549
+ |------------- | ------------- | ------------- | -------------|
550
+ | **authRequestPasswordResetRequest** | **AuthRequestPasswordResetRequest**| | |
551
+
552
+
553
+ ### Return type
554
+
555
+ **AuthRequestPasswordResetResponse**
556
+
557
+ ### Authorization
558
+
559
+ No authorization required
560
+
561
+ ### HTTP request headers
562
+
563
+ - **Content-Type**: application/json
564
+ - **Accept**: application/json
565
+
566
+
567
+ ### HTTP response details
568
+ | Status code | Description | Response headers |
569
+ |-------------|-------------|------------------|
570
+ |**200** | OK | - |
571
+ |**0** | Default error response | - |
572
+
573
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
574
+
575
+ # **auth2UserServiceAuthResetPassword**
576
+ > AuthResetPasswordResponse auth2UserServiceAuthResetPassword(authResetPasswordRequest)
577
+
578
+
579
+ ### Example
580
+
581
+ ```typescript
582
+ import {
583
+ Auth2UserServiceApi,
584
+ Configuration,
585
+ AuthResetPasswordRequest
586
+ } from '@cherryin/api-client';
587
+
588
+ const configuration = new Configuration();
589
+ const apiInstance = new Auth2UserServiceApi(configuration);
590
+
591
+ let authResetPasswordRequest: AuthResetPasswordRequest; //
592
+
593
+ const { status, data } = await apiInstance.auth2UserServiceAuthResetPassword(
594
+ authResetPasswordRequest
595
+ );
596
+ ```
597
+
598
+ ### Parameters
599
+
600
+ |Name | Type | Description | Notes|
601
+ |------------- | ------------- | ------------- | -------------|
602
+ | **authResetPasswordRequest** | **AuthResetPasswordRequest**| | |
603
+
604
+
605
+ ### Return type
606
+
607
+ **AuthResetPasswordResponse**
608
+
609
+ ### Authorization
610
+
611
+ No authorization required
612
+
613
+ ### HTTP request headers
614
+
615
+ - **Content-Type**: application/json
616
+ - **Accept**: application/json
617
+
618
+
619
+ ### HTTP response details
620
+ | Status code | Description | Response headers |
621
+ |-------------|-------------|------------------|
622
+ |**200** | OK | - |
623
+ |**0** | Default error response | - |
624
+
625
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
626
+
627
+ # **auth2UserServiceAuthRevokeOtherSessions**
628
+ > AuthRevokeOtherSessionsResponse auth2UserServiceAuthRevokeOtherSessions(body)
629
+
630
+
631
+ ### Example
632
+
633
+ ```typescript
634
+ import {
635
+ Auth2UserServiceApi,
636
+ Configuration
637
+ } from '@cherryin/api-client';
638
+
639
+ const configuration = new Configuration();
640
+ const apiInstance = new Auth2UserServiceApi(configuration);
641
+
642
+ let body: object; //
643
+
644
+ const { status, data } = await apiInstance.auth2UserServiceAuthRevokeOtherSessions(
645
+ body
646
+ );
647
+ ```
648
+
649
+ ### Parameters
650
+
651
+ |Name | Type | Description | Notes|
652
+ |------------- | ------------- | ------------- | -------------|
653
+ | **body** | **object**| | |
654
+
655
+
656
+ ### Return type
657
+
658
+ **AuthRevokeOtherSessionsResponse**
659
+
660
+ ### Authorization
661
+
662
+ No authorization required
663
+
664
+ ### HTTP request headers
665
+
666
+ - **Content-Type**: application/json
667
+ - **Accept**: application/json
668
+
669
+
670
+ ### HTTP response details
671
+ | Status code | Description | Response headers |
672
+ |-------------|-------------|------------------|
673
+ |**200** | OK | - |
674
+ |**0** | Default error response | - |
675
+
676
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
677
+
678
+ # **auth2UserServiceAuthRevokeSession**
679
+ > AuthRevokeSessionResponse auth2UserServiceAuthRevokeSession(authRevokeSessionRequest)
680
+
681
+
682
+ ### Example
683
+
684
+ ```typescript
685
+ import {
686
+ Auth2UserServiceApi,
687
+ Configuration,
688
+ AuthRevokeSessionRequest
689
+ } from '@cherryin/api-client';
690
+
691
+ const configuration = new Configuration();
692
+ const apiInstance = new Auth2UserServiceApi(configuration);
693
+
694
+ let authRevokeSessionRequest: AuthRevokeSessionRequest; //
695
+
696
+ const { status, data } = await apiInstance.auth2UserServiceAuthRevokeSession(
697
+ authRevokeSessionRequest
698
+ );
699
+ ```
700
+
701
+ ### Parameters
702
+
703
+ |Name | Type | Description | Notes|
704
+ |------------- | ------------- | ------------- | -------------|
705
+ | **authRevokeSessionRequest** | **AuthRevokeSessionRequest**| | |
706
+
707
+
708
+ ### Return type
709
+
710
+ **AuthRevokeSessionResponse**
711
+
712
+ ### Authorization
713
+
714
+ No authorization required
715
+
716
+ ### HTTP request headers
717
+
718
+ - **Content-Type**: application/json
719
+ - **Accept**: application/json
720
+
721
+
722
+ ### HTTP response details
723
+ | Status code | Description | Response headers |
724
+ |-------------|-------------|------------------|
725
+ |**200** | OK | - |
726
+ |**0** | Default error response | - |
727
+
728
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
729
+
730
+ # **auth2UserServiceAuthRevokeSessions**
731
+ > AuthRevokeSessionsResponse auth2UserServiceAuthRevokeSessions(body)
732
+
733
+
734
+ ### Example
735
+
736
+ ```typescript
737
+ import {
738
+ Auth2UserServiceApi,
739
+ Configuration
740
+ } from '@cherryin/api-client';
741
+
742
+ const configuration = new Configuration();
743
+ const apiInstance = new Auth2UserServiceApi(configuration);
744
+
745
+ let body: object; //
746
+
747
+ const { status, data } = await apiInstance.auth2UserServiceAuthRevokeSessions(
748
+ body
749
+ );
750
+ ```
751
+
752
+ ### Parameters
753
+
754
+ |Name | Type | Description | Notes|
755
+ |------------- | ------------- | ------------- | -------------|
756
+ | **body** | **object**| | |
757
+
758
+
759
+ ### Return type
760
+
761
+ **AuthRevokeSessionsResponse**
762
+
763
+ ### Authorization
764
+
765
+ No authorization required
766
+
767
+ ### HTTP request headers
768
+
769
+ - **Content-Type**: application/json
770
+ - **Accept**: application/json
771
+
772
+
773
+ ### HTTP response details
774
+ | Status code | Description | Response headers |
775
+ |-------------|-------------|------------------|
776
+ |**200** | OK | - |
777
+ |**0** | Default error response | - |
778
+
779
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
780
+
781
+ # **auth2UserServiceAuthSendVerificationEmail**
782
+ > AuthSendVerificationEmailResponse auth2UserServiceAuthSendVerificationEmail(authSendVerificationEmailRequest)
783
+
784
+ ============ 邮箱验证 ============
785
+
786
+ ### Example
787
+
788
+ ```typescript
789
+ import {
790
+ Auth2UserServiceApi,
791
+ Configuration,
792
+ AuthSendVerificationEmailRequest
793
+ } from '@cherryin/api-client';
794
+
795
+ const configuration = new Configuration();
796
+ const apiInstance = new Auth2UserServiceApi(configuration);
797
+
798
+ let authSendVerificationEmailRequest: AuthSendVerificationEmailRequest; //
799
+
800
+ const { status, data } = await apiInstance.auth2UserServiceAuthSendVerificationEmail(
801
+ authSendVerificationEmailRequest
802
+ );
803
+ ```
804
+
805
+ ### Parameters
806
+
807
+ |Name | Type | Description | Notes|
808
+ |------------- | ------------- | ------------- | -------------|
809
+ | **authSendVerificationEmailRequest** | **AuthSendVerificationEmailRequest**| | |
810
+
811
+
812
+ ### Return type
813
+
814
+ **AuthSendVerificationEmailResponse**
815
+
816
+ ### Authorization
817
+
818
+ No authorization required
819
+
820
+ ### HTTP request headers
821
+
822
+ - **Content-Type**: application/json
823
+ - **Accept**: application/json
824
+
825
+
826
+ ### HTTP response details
827
+ | Status code | Description | Response headers |
828
+ |-------------|-------------|------------------|
829
+ |**200** | OK | - |
830
+ |**0** | Default error response | - |
831
+
832
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
833
+
834
+ # **auth2UserServiceAuthSignInEmail**
835
+ > AuthSignInEmailResponse auth2UserServiceAuthSignInEmail(authSignInEmailRequest)
836
+
837
+
838
+ ### Example
839
+
840
+ ```typescript
841
+ import {
842
+ Auth2UserServiceApi,
843
+ Configuration,
844
+ AuthSignInEmailRequest
845
+ } from '@cherryin/api-client';
846
+
847
+ const configuration = new Configuration();
848
+ const apiInstance = new Auth2UserServiceApi(configuration);
849
+
850
+ let authSignInEmailRequest: AuthSignInEmailRequest; //
851
+
852
+ const { status, data } = await apiInstance.auth2UserServiceAuthSignInEmail(
853
+ authSignInEmailRequest
854
+ );
855
+ ```
856
+
857
+ ### Parameters
858
+
859
+ |Name | Type | Description | Notes|
860
+ |------------- | ------------- | ------------- | -------------|
861
+ | **authSignInEmailRequest** | **AuthSignInEmailRequest**| | |
862
+
863
+
864
+ ### Return type
865
+
866
+ **AuthSignInEmailResponse**
867
+
868
+ ### Authorization
869
+
870
+ No authorization required
871
+
872
+ ### HTTP request headers
873
+
874
+ - **Content-Type**: application/json
875
+ - **Accept**: application/json
876
+
877
+
878
+ ### HTTP response details
879
+ | Status code | Description | Response headers |
880
+ |-------------|-------------|------------------|
881
+ |**200** | OK | - |
882
+ |**0** | Default error response | - |
883
+
884
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
885
+
886
+ # **auth2UserServiceAuthSignInSocial**
887
+ > AuthSignInSocialResponse auth2UserServiceAuthSignInSocial(authSignInSocialRequest)
888
+
889
+
890
+ ### Example
891
+
892
+ ```typescript
893
+ import {
894
+ Auth2UserServiceApi,
895
+ Configuration,
896
+ AuthSignInSocialRequest
897
+ } from '@cherryin/api-client';
898
+
899
+ const configuration = new Configuration();
900
+ const apiInstance = new Auth2UserServiceApi(configuration);
901
+
902
+ let authSignInSocialRequest: AuthSignInSocialRequest; //
903
+
904
+ const { status, data } = await apiInstance.auth2UserServiceAuthSignInSocial(
905
+ authSignInSocialRequest
906
+ );
907
+ ```
908
+
909
+ ### Parameters
910
+
911
+ |Name | Type | Description | Notes|
912
+ |------------- | ------------- | ------------- | -------------|
913
+ | **authSignInSocialRequest** | **AuthSignInSocialRequest**| | |
914
+
915
+
916
+ ### Return type
917
+
918
+ **AuthSignInSocialResponse**
919
+
920
+ ### Authorization
921
+
922
+ No authorization required
923
+
924
+ ### HTTP request headers
925
+
926
+ - **Content-Type**: application/json
927
+ - **Accept**: application/json
928
+
929
+
930
+ ### HTTP response details
931
+ | Status code | Description | Response headers |
932
+ |-------------|-------------|------------------|
933
+ |**200** | OK | - |
934
+ |**0** | Default error response | - |
935
+
936
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
937
+
938
+ # **auth2UserServiceAuthSignOut**
939
+ > AuthSignOutResponse auth2UserServiceAuthSignOut(body)
940
+
941
+
942
+ ### Example
943
+
944
+ ```typescript
945
+ import {
946
+ Auth2UserServiceApi,
947
+ Configuration
948
+ } from '@cherryin/api-client';
949
+
950
+ const configuration = new Configuration();
951
+ const apiInstance = new Auth2UserServiceApi(configuration);
952
+
953
+ let body: object; //
954
+
955
+ const { status, data } = await apiInstance.auth2UserServiceAuthSignOut(
956
+ body
957
+ );
958
+ ```
959
+
960
+ ### Parameters
961
+
962
+ |Name | Type | Description | Notes|
963
+ |------------- | ------------- | ------------- | -------------|
964
+ | **body** | **object**| | |
965
+
966
+
967
+ ### Return type
968
+
969
+ **AuthSignOutResponse**
970
+
971
+ ### Authorization
972
+
973
+ No authorization required
974
+
975
+ ### HTTP request headers
976
+
977
+ - **Content-Type**: application/json
978
+ - **Accept**: application/json
979
+
980
+
981
+ ### HTTP response details
982
+ | Status code | Description | Response headers |
983
+ |-------------|-------------|------------------|
984
+ |**200** | OK | - |
985
+ |**0** | Default error response | - |
986
+
987
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
988
+
989
+ # **auth2UserServiceAuthSignUpEmail**
990
+ > AuthSignUpEmailResponse auth2UserServiceAuthSignUpEmail(authSignUpEmailRequest)
991
+
992
+ ============ 认证 ============
993
+
994
+ ### Example
995
+
996
+ ```typescript
997
+ import {
998
+ Auth2UserServiceApi,
999
+ Configuration,
1000
+ AuthSignUpEmailRequest
1001
+ } from '@cherryin/api-client';
1002
+
1003
+ const configuration = new Configuration();
1004
+ const apiInstance = new Auth2UserServiceApi(configuration);
1005
+
1006
+ let authSignUpEmailRequest: AuthSignUpEmailRequest; //
1007
+
1008
+ const { status, data } = await apiInstance.auth2UserServiceAuthSignUpEmail(
1009
+ authSignUpEmailRequest
1010
+ );
1011
+ ```
1012
+
1013
+ ### Parameters
1014
+
1015
+ |Name | Type | Description | Notes|
1016
+ |------------- | ------------- | ------------- | -------------|
1017
+ | **authSignUpEmailRequest** | **AuthSignUpEmailRequest**| | |
1018
+
1019
+
1020
+ ### Return type
1021
+
1022
+ **AuthSignUpEmailResponse**
1023
+
1024
+ ### Authorization
1025
+
1026
+ No authorization required
1027
+
1028
+ ### HTTP request headers
1029
+
1030
+ - **Content-Type**: application/json
1031
+ - **Accept**: application/json
1032
+
1033
+
1034
+ ### HTTP response details
1035
+ | Status code | Description | Response headers |
1036
+ |-------------|-------------|------------------|
1037
+ |**200** | OK | - |
1038
+ |**0** | Default error response | - |
1039
+
1040
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1041
+
1042
+ # **auth2UserServiceAuthUnlinkAccount**
1043
+ > AuthUnlinkAccountResponse auth2UserServiceAuthUnlinkAccount(authUnlinkAccountRequest)
1044
+
1045
+
1046
+ ### Example
1047
+
1048
+ ```typescript
1049
+ import {
1050
+ Auth2UserServiceApi,
1051
+ Configuration,
1052
+ AuthUnlinkAccountRequest
1053
+ } from '@cherryin/api-client';
1054
+
1055
+ const configuration = new Configuration();
1056
+ const apiInstance = new Auth2UserServiceApi(configuration);
1057
+
1058
+ let authUnlinkAccountRequest: AuthUnlinkAccountRequest; //
1059
+
1060
+ const { status, data } = await apiInstance.auth2UserServiceAuthUnlinkAccount(
1061
+ authUnlinkAccountRequest
1062
+ );
1063
+ ```
1064
+
1065
+ ### Parameters
1066
+
1067
+ |Name | Type | Description | Notes|
1068
+ |------------- | ------------- | ------------- | -------------|
1069
+ | **authUnlinkAccountRequest** | **AuthUnlinkAccountRequest**| | |
1070
+
1071
+
1072
+ ### Return type
1073
+
1074
+ **AuthUnlinkAccountResponse**
1075
+
1076
+ ### Authorization
1077
+
1078
+ No authorization required
1079
+
1080
+ ### HTTP request headers
1081
+
1082
+ - **Content-Type**: application/json
1083
+ - **Accept**: application/json
1084
+
1085
+
1086
+ ### HTTP response details
1087
+ | Status code | Description | Response headers |
1088
+ |-------------|-------------|------------------|
1089
+ |**200** | OK | - |
1090
+ |**0** | Default error response | - |
1091
+
1092
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1093
+
1094
+ # **auth2UserServiceAuthUpdateUser**
1095
+ > AuthUpdateUserResponse auth2UserServiceAuthUpdateUser(authUpdateUserRequest)
1096
+
1097
+ ============ 用户管理 ============
1098
+
1099
+ ### Example
1100
+
1101
+ ```typescript
1102
+ import {
1103
+ Auth2UserServiceApi,
1104
+ Configuration,
1105
+ AuthUpdateUserRequest
1106
+ } from '@cherryin/api-client';
1107
+
1108
+ const configuration = new Configuration();
1109
+ const apiInstance = new Auth2UserServiceApi(configuration);
1110
+
1111
+ let authUpdateUserRequest: AuthUpdateUserRequest; //
1112
+
1113
+ const { status, data } = await apiInstance.auth2UserServiceAuthUpdateUser(
1114
+ authUpdateUserRequest
1115
+ );
1116
+ ```
1117
+
1118
+ ### Parameters
1119
+
1120
+ |Name | Type | Description | Notes|
1121
+ |------------- | ------------- | ------------- | -------------|
1122
+ | **authUpdateUserRequest** | **AuthUpdateUserRequest**| | |
1123
+
1124
+
1125
+ ### Return type
1126
+
1127
+ **AuthUpdateUserResponse**
1128
+
1129
+ ### Authorization
1130
+
1131
+ No authorization required
1132
+
1133
+ ### HTTP request headers
1134
+
1135
+ - **Content-Type**: application/json
1136
+ - **Accept**: application/json
1137
+
1138
+
1139
+ ### HTTP response details
1140
+ | Status code | Description | Response headers |
1141
+ |-------------|-------------|------------------|
1142
+ |**200** | OK | - |
1143
+ |**0** | Default error response | - |
1144
+
1145
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1146
+
1147
+ # **auth2UserServiceAuthVerifyEmail**
1148
+ > AuthVerifyEmailResponse auth2UserServiceAuthVerifyEmail()
1149
+
1150
+
1151
+ ### Example
1152
+
1153
+ ```typescript
1154
+ import {
1155
+ Auth2UserServiceApi,
1156
+ Configuration
1157
+ } from '@cherryin/api-client';
1158
+
1159
+ const configuration = new Configuration();
1160
+ const apiInstance = new Auth2UserServiceApi(configuration);
1161
+
1162
+ let email: string; // (optional) (default to undefined)
1163
+ let authCode: string; // (optional) (default to undefined)
1164
+ let callbackUrl: string; // (optional) (default to undefined)
1165
+
1166
+ const { status, data } = await apiInstance.auth2UserServiceAuthVerifyEmail(
1167
+ email,
1168
+ authCode,
1169
+ callbackUrl
1170
+ );
1171
+ ```
1172
+
1173
+ ### Parameters
1174
+
1175
+ |Name | Type | Description | Notes|
1176
+ |------------- | ------------- | ------------- | -------------|
1177
+ | **email** | [**string**] | | (optional) defaults to undefined|
1178
+ | **authCode** | [**string**] | | (optional) defaults to undefined|
1179
+ | **callbackUrl** | [**string**] | | (optional) defaults to undefined|
1180
+
1181
+
1182
+ ### Return type
1183
+
1184
+ **AuthVerifyEmailResponse**
1185
+
1186
+ ### Authorization
1187
+
1188
+ No authorization required
1189
+
1190
+ ### HTTP request headers
1191
+
1192
+ - **Content-Type**: Not defined
1193
+ - **Accept**: application/json
1194
+
1195
+
1196
+ ### HTTP response details
1197
+ | Status code | Description | Response headers |
1198
+ |-------------|-------------|------------------|
1199
+ |**200** | OK | - |
1200
+ |**0** | Default error response | - |
1201
+
1202
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1203
+