@polyguard/sdk 1.4.2 → 1.5.1
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.
- package/LICENSE +200 -0
- package/README.md +328 -0
- package/dist/sdk.esm.js +16 -4
- package/dist/sdk.js +16 -4
- package/dist/server.esm.js +83 -0
- package/package.json +14 -3
- package/dist/sdk.global.js +0 -11256
- package/scripts/regenerate-client.sh +0 -59
- package/src/PolyguardClient.js +0 -25
- package/src/PolyguardWebsocketClientImpl.js +0 -183
- package/src/__tests__/PolyguardClient.test.js +0 -65
- package/src/__tests__/PolyguardWebsocketClientImpl.test.js +0 -574
- package/src/__tests__/helpers/fixtures.js +0 -27
- package/src/__tests__/helpers/mockWebSocket.js +0 -66
- package/src/__tests__/sidebar.test.js +0 -289
- package/src/browser.js +0 -9
- package/src/generated/.babelrc +0 -33
- package/src/generated/.openapi-generator/FILES +0 -63
- package/src/generated/.openapi-generator/VERSION +0 -1
- package/src/generated/.openapi-generator-ignore +0 -23
- package/src/generated/.travis.yml +0 -5
- package/src/generated/README.md +0 -211
- package/src/generated/docs/ApiControllersPslStirCallRequest.md +0 -18
- package/src/generated/docs/ApiModelsApiCallModelsCallRequest.md +0 -12
- package/src/generated/docs/AppId.md +0 -8
- package/src/generated/docs/AppleApi.md +0 -88
- package/src/generated/docs/AuthApi.md +0 -1464
- package/src/generated/docs/BlockingApi.md +0 -208
- package/src/generated/docs/CallsApi.md +0 -140
- package/src/generated/docs/Certainty.md +0 -8
- package/src/generated/docs/CreateLinkRequest.md +0 -12
- package/src/generated/docs/DefaultApi.md +0 -128
- package/src/generated/docs/HTTPValidationError.md +0 -9
- package/src/generated/docs/InviteRequestModel.md +0 -10
- package/src/generated/docs/JWTRequest.md +0 -11
- package/src/generated/docs/LinksApi.md +0 -162
- package/src/generated/docs/NumberVerification.md +0 -10
- package/src/generated/docs/SdkApi.md +0 -54
- package/src/generated/docs/SecureLinksApi.md +0 -614
- package/src/generated/docs/StartAttestationRequest.md +0 -9
- package/src/generated/docs/StartMeetingRequest.md +0 -9
- package/src/generated/docs/StirApi.md +0 -52
- package/src/generated/docs/TwilioApi.md +0 -138
- package/src/generated/docs/UsersApi.md +0 -362
- package/src/generated/docs/ValidationError.md +0 -11
- package/src/generated/docs/ValidationErrorLocInner.md +0 -8
- package/src/generated/docs/VeriffApi.md +0 -188
- package/src/generated/docs/VeriffSessionRequest.md +0 -10
- package/src/generated/docs/VerifyRequest.md +0 -10
- package/src/generated/docs/WellKnownApi.md +0 -128
- package/src/generated/docs/ZoomApi.md +0 -848
- package/src/generated/git_push.sh +0 -57
- package/src/generated/mocha.opts +0 -1
- package/src/generated/package.json +0 -46
- package/src/generated/src/ApiClient.js +0 -677
- package/src/generated/src/api/AppleApi.js +0 -109
- package/src/generated/src/api/AuthApi.js +0 -1512
- package/src/generated/src/api/BlockingApi.js +0 -217
- package/src/generated/src/api/CallsApi.js +0 -164
- package/src/generated/src/api/DefaultApi.js +0 -145
- package/src/generated/src/api/LinksApi.js +0 -195
- package/src/generated/src/api/SdkApi.js +0 -81
- package/src/generated/src/api/SecureLinksApi.js +0 -670
- package/src/generated/src/api/StirApi.js +0 -80
- package/src/generated/src/api/TwilioApi.js +0 -158
- package/src/generated/src/api/UsersApi.js +0 -375
- package/src/generated/src/api/VeriffApi.js +0 -209
- package/src/generated/src/api/WellKnownApi.js +0 -145
- package/src/generated/src/api/ZoomApi.js +0 -823
- package/src/generated/src/index.js +0 -244
- package/src/generated/src/model/ApiControllersPslStirCallRequest.js +0 -211
- package/src/generated/src/model/ApiModelsApiCallModelsCallRequest.js +0 -119
- package/src/generated/src/model/CreateLinkRequest.js +0 -131
- package/src/generated/src/model/HTTPValidationError.js +0 -94
- package/src/generated/src/model/InviteRequestModel.js +0 -109
- package/src/generated/src/model/JWTRequest.js +0 -113
- package/src/generated/src/model/NumberVerification.js +0 -107
- package/src/generated/src/model/StartAttestationRequest.js +0 -95
- package/src/generated/src/model/StartMeetingRequest.js +0 -95
- package/src/generated/src/model/ValidationError.js +0 -130
- package/src/generated/src/model/VeriffSessionRequest.js +0 -107
- package/src/generated/src/model/VerifyRequest.js +0 -109
- package/src/generated/test/api/AppleApi.spec.js +0 -73
- package/src/generated/test/api/AuthApi.spec.js +0 -353
- package/src/generated/test/api/BlockingApi.spec.js +0 -103
- package/src/generated/test/api/CallsApi.spec.js +0 -83
- package/src/generated/test/api/DefaultApi.spec.js +0 -73
- package/src/generated/test/api/LinksApi.spec.js +0 -83
- package/src/generated/test/api/SdkApi.spec.js +0 -63
- package/src/generated/test/api/SecureLinksApi.spec.js +0 -143
- package/src/generated/test/api/StirApi.spec.js +0 -63
- package/src/generated/test/api/TwilioApi.spec.js +0 -83
- package/src/generated/test/api/UsersApi.spec.js +0 -133
- package/src/generated/test/api/VeriffApi.spec.js +0 -93
- package/src/generated/test/api/WellKnownApi.spec.js +0 -83
- package/src/generated/test/api/ZoomApi.spec.js +0 -213
- package/src/generated/test/model/ApiControllersPslStirCallRequest.spec.js +0 -119
- package/src/generated/test/model/ApiModelsApiCallModelsCallRequest.spec.js +0 -83
- package/src/generated/test/model/AppId.spec.js +0 -59
- package/src/generated/test/model/Certainty.spec.js +0 -59
- package/src/generated/test/model/CreateLinkRequest.spec.js +0 -83
- package/src/generated/test/model/HTTPValidationError.spec.js +0 -65
- package/src/generated/test/model/InviteRequestModel.spec.js +0 -71
- package/src/generated/test/model/JWTRequest.spec.js +0 -77
- package/src/generated/test/model/NumberVerification.spec.js +0 -71
- package/src/generated/test/model/StartAttestationRequest.spec.js +0 -65
- package/src/generated/test/model/StartMeetingRequest.spec.js +0 -65
- package/src/generated/test/model/ValidationError.spec.js +0 -77
- package/src/generated/test/model/ValidationErrorLocInner.spec.js +0 -59
- package/src/generated/test/model/VeriffSessionRequest.spec.js +0 -71
- package/src/generated/test/model/VerifyRequest.spec.js +0 -71
- package/src/index.js +0 -16
- package/src/messageHandler.js +0 -121
- package/src/ticketService.js +0 -24
- package/src/ui.js +0 -88
- package/vitest.config.js +0 -10
|
@@ -1,1464 +0,0 @@
|
|
|
1
|
-
# FastApi.AuthApi
|
|
2
|
-
|
|
3
|
-
All URIs are relative to *http://localhost*
|
|
4
|
-
|
|
5
|
-
Method | HTTP request | Description
|
|
6
|
-
------------- | ------------- | -------------
|
|
7
|
-
[**createTicketAuthTicketAppIdPost**](AuthApi.md#createTicketAuthTicketAppIdPost) | **POST** /auth/ticket/{app_id} | Create Ticket
|
|
8
|
-
[**createTicketAuthTicketAppIdPost_0**](AuthApi.md#createTicketAuthTicketAppIdPost_0) | **POST** /auth/ticket/{app_id} | Create Ticket
|
|
9
|
-
[**getLegacyRedirectInfoAuthRedirectAppIdLinkUuidGet**](AuthApi.md#getLegacyRedirectInfoAuthRedirectAppIdLinkUuidGet) | **GET** /auth/redirect/{app_id}/{link_uuid} | Get Legacy Redirect Info
|
|
10
|
-
[**getLegacyRedirectInfoAuthRedirectAppIdLinkUuidGet_0**](AuthApi.md#getLegacyRedirectInfoAuthRedirectAppIdLinkUuidGet_0) | **GET** /auth/redirect/{app_id}/{link_uuid} | Get Legacy Redirect Info
|
|
11
|
-
[**getRedirectInfoAuthPreviewAppIdLinkUuidGet**](AuthApi.md#getRedirectInfoAuthPreviewAppIdLinkUuidGet) | **GET** /auth/preview/{app_id}/{link_uuid} | Get Redirect Info
|
|
12
|
-
[**getRedirectInfoAuthPreviewAppIdLinkUuidGet_0**](AuthApi.md#getRedirectInfoAuthPreviewAppIdLinkUuidGet_0) | **GET** /auth/preview/{app_id}/{link_uuid} | Get Redirect Info
|
|
13
|
-
[**getSvgResponseAuthScanAppIdLinkUuidGet**](AuthApi.md#getSvgResponseAuthScanAppIdLinkUuidGet) | **GET** /auth/scan/{app_id}/{link_uuid} | Get Svg Response
|
|
14
|
-
[**getSvgResponseAuthScanAppIdLinkUuidGet_0**](AuthApi.md#getSvgResponseAuthScanAppIdLinkUuidGet_0) | **GET** /auth/scan/{app_id}/{link_uuid} | Get Svg Response
|
|
15
|
-
[**pgCompleteRedirectAuthRedirectAppIdLinkUuidPost**](AuthApi.md#pgCompleteRedirectAuthRedirectAppIdLinkUuidPost) | **POST** /auth/redirect/{app_id}/{link_uuid} | Pg Complete Redirect
|
|
16
|
-
[**pgCompleteRedirectAuthRedirectAppIdLinkUuidPost_0**](AuthApi.md#pgCompleteRedirectAuthRedirectAppIdLinkUuidPost_0) | **POST** /auth/redirect/{app_id}/{link_uuid} | Pg Complete Redirect
|
|
17
|
-
[**pgCreateLinkAuthLinkAppIdPut**](AuthApi.md#pgCreateLinkAuthLinkAppIdPut) | **PUT** /auth/link/{app_id} | Pg Create Link
|
|
18
|
-
[**pgCreateLinkAuthLinkAppIdPut_0**](AuthApi.md#pgCreateLinkAuthLinkAppIdPut_0) | **PUT** /auth/link/{app_id} | Pg Create Link
|
|
19
|
-
[**pgDeleteLinkAuthLinkAppIdLinkUuidDelete**](AuthApi.md#pgDeleteLinkAuthLinkAppIdLinkUuidDelete) | **DELETE** /auth/link/{app_id}/{link_uuid} | Pg Delete Link
|
|
20
|
-
[**pgDeleteLinkAuthLinkAppIdLinkUuidDelete_0**](AuthApi.md#pgDeleteLinkAuthLinkAppIdLinkUuidDelete_0) | **DELETE** /auth/link/{app_id}/{link_uuid} | Pg Delete Link
|
|
21
|
-
[**pgGetMeetingDetailsAuthZoomMeetingMeetingUuidGet**](AuthApi.md#pgGetMeetingDetailsAuthZoomMeetingMeetingUuidGet) | **GET** /auth/zoom/meeting/{meeting_uuid} | Pg Get Meeting Details
|
|
22
|
-
[**pgGetMeetingDetailsAuthZoomMeetingMeetingUuidGet_0**](AuthApi.md#pgGetMeetingDetailsAuthZoomMeetingMeetingUuidGet_0) | **GET** /auth/zoom/meeting/{meeting_uuid} | Pg Get Meeting Details
|
|
23
|
-
[**pgListMeetingLinksAuthListlinksAccountIdGet**](AuthApi.md#pgListMeetingLinksAuthListlinksAccountIdGet) | **GET** /auth/listlinks/{account_id} | Pg List Meeting Links
|
|
24
|
-
[**pgListMeetingLinksAuthListlinksAccountIdGet_0**](AuthApi.md#pgListMeetingLinksAuthListlinksAccountIdGet_0) | **GET** /auth/listlinks/{account_id} | Pg List Meeting Links
|
|
25
|
-
[**pgLoginAuthLinkAppIdLinkUuidGet**](AuthApi.md#pgLoginAuthLinkAppIdLinkUuidGet) | **GET** /auth/link/{app_id}/{link_uuid} | Pg Login
|
|
26
|
-
[**pgLoginAuthLinkAppIdLinkUuidGet_0**](AuthApi.md#pgLoginAuthLinkAppIdLinkUuidGet_0) | **GET** /auth/link/{app_id}/{link_uuid} | Pg Login
|
|
27
|
-
[**pgLoginMLinkUuidGet**](AuthApi.md#pgLoginMLinkUuidGet) | **GET** /m/{link_uuid} | Pg Login
|
|
28
|
-
[**pgLoginMLinkUuidGet_0**](AuthApi.md#pgLoginMLinkUuidGet_0) | **GET** /m/{link_uuid} | Pg Login
|
|
29
|
-
[**pgMobileRedirectMobileLinkUuidGet**](AuthApi.md#pgMobileRedirectMobileLinkUuidGet) | **GET** /mobile/{link_uuid} | Pg Mobile Redirect
|
|
30
|
-
[**pgMobileRedirectMobileLinkUuidGet_0**](AuthApi.md#pgMobileRedirectMobileLinkUuidGet_0) | **GET** /mobile/{link_uuid} | Pg Mobile Redirect
|
|
31
|
-
[**pgPollAuthPollPcreGet**](AuthApi.md#pgPollAuthPollPcreGet) | **GET** /auth/poll/{pcre} | Pg Poll
|
|
32
|
-
[**pgPollAuthPollPcreGet_0**](AuthApi.md#pgPollAuthPollPcreGet_0) | **GET** /auth/poll/{pcre} | Pg Poll
|
|
33
|
-
[**pgPreviewAuthRedirectAppIdLinkUuidHead**](AuthApi.md#pgPreviewAuthRedirectAppIdLinkUuidHead) | **HEAD** /auth/redirect/{app_id}/{link_uuid} | Pg Preview
|
|
34
|
-
[**pgPreviewAuthRedirectAppIdLinkUuidHead_0**](AuthApi.md#pgPreviewAuthRedirectAppIdLinkUuidHead_0) | **HEAD** /auth/redirect/{app_id}/{link_uuid} | Pg Preview
|
|
35
|
-
[**pgStartZoomMeetingAuthZoomStartAppIdLinkUuidPost**](AuthApi.md#pgStartZoomMeetingAuthZoomStartAppIdLinkUuidPost) | **POST** /auth/zoom/start/{app_id}/{link_uuid} | Pg Start Zoom Meeting
|
|
36
|
-
[**pgStartZoomMeetingAuthZoomStartAppIdLinkUuidPost_0**](AuthApi.md#pgStartZoomMeetingAuthZoomStartAppIdLinkUuidPost_0) | **POST** /auth/zoom/start/{app_id}/{link_uuid} | Pg Start Zoom Meeting
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
## createTicketAuthTicketAppIdPost
|
|
41
|
-
|
|
42
|
-
> Object createTicketAuthTicketAppIdPost(appId)
|
|
43
|
-
|
|
44
|
-
Create Ticket
|
|
45
|
-
|
|
46
|
-
Issue a short-lived ticket for a given app_id and requiredProofs. The ticket is used for real-time auth via WebSocket. Stores a link object in Redis under link-{ticket} with requiredProofs and app_id.
|
|
47
|
-
|
|
48
|
-
### Example
|
|
49
|
-
|
|
50
|
-
```javascript
|
|
51
|
-
import FastApi from 'fast_api';
|
|
52
|
-
|
|
53
|
-
let apiInstance = new FastApi.AuthApi();
|
|
54
|
-
let appId = 56; // Number |
|
|
55
|
-
apiInstance.createTicketAuthTicketAppIdPost(appId, (error, data, response) => {
|
|
56
|
-
if (error) {
|
|
57
|
-
console.error(error);
|
|
58
|
-
} else {
|
|
59
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
60
|
-
}
|
|
61
|
-
});
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
### Parameters
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
Name | Type | Description | Notes
|
|
68
|
-
------------- | ------------- | ------------- | -------------
|
|
69
|
-
**appId** | **Number**| |
|
|
70
|
-
|
|
71
|
-
### Return type
|
|
72
|
-
|
|
73
|
-
**Object**
|
|
74
|
-
|
|
75
|
-
### Authorization
|
|
76
|
-
|
|
77
|
-
No authorization required
|
|
78
|
-
|
|
79
|
-
### HTTP request headers
|
|
80
|
-
|
|
81
|
-
- **Content-Type**: Not defined
|
|
82
|
-
- **Accept**: application/json
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## createTicketAuthTicketAppIdPost_0
|
|
86
|
-
|
|
87
|
-
> Object createTicketAuthTicketAppIdPost_0(appId)
|
|
88
|
-
|
|
89
|
-
Create Ticket
|
|
90
|
-
|
|
91
|
-
Issue a short-lived ticket for a given app_id and requiredProofs. The ticket is used for real-time auth via WebSocket. Stores a link object in Redis under link-{ticket} with requiredProofs and app_id.
|
|
92
|
-
|
|
93
|
-
### Example
|
|
94
|
-
|
|
95
|
-
```javascript
|
|
96
|
-
import FastApi from 'fast_api';
|
|
97
|
-
|
|
98
|
-
let apiInstance = new FastApi.AuthApi();
|
|
99
|
-
let appId = 56; // Number |
|
|
100
|
-
apiInstance.createTicketAuthTicketAppIdPost_0(appId, (error, data, response) => {
|
|
101
|
-
if (error) {
|
|
102
|
-
console.error(error);
|
|
103
|
-
} else {
|
|
104
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
105
|
-
}
|
|
106
|
-
});
|
|
107
|
-
```
|
|
108
|
-
|
|
109
|
-
### Parameters
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
Name | Type | Description | Notes
|
|
113
|
-
------------- | ------------- | ------------- | -------------
|
|
114
|
-
**appId** | **Number**| |
|
|
115
|
-
|
|
116
|
-
### Return type
|
|
117
|
-
|
|
118
|
-
**Object**
|
|
119
|
-
|
|
120
|
-
### Authorization
|
|
121
|
-
|
|
122
|
-
No authorization required
|
|
123
|
-
|
|
124
|
-
### HTTP request headers
|
|
125
|
-
|
|
126
|
-
- **Content-Type**: Not defined
|
|
127
|
-
- **Accept**: application/json
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
## getLegacyRedirectInfoAuthRedirectAppIdLinkUuidGet
|
|
131
|
-
|
|
132
|
-
> Object getLegacyRedirectInfoAuthRedirectAppIdLinkUuidGet(linkUuid, appId)
|
|
133
|
-
|
|
134
|
-
Get Legacy Redirect Info
|
|
135
|
-
|
|
136
|
-
Get detailed information about a secure link.
|
|
137
|
-
|
|
138
|
-
### Example
|
|
139
|
-
|
|
140
|
-
```javascript
|
|
141
|
-
import FastApi from 'fast_api';
|
|
142
|
-
|
|
143
|
-
let apiInstance = new FastApi.AuthApi();
|
|
144
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
145
|
-
let appId = 56; // Number |
|
|
146
|
-
apiInstance.getLegacyRedirectInfoAuthRedirectAppIdLinkUuidGet(linkUuid, appId, (error, data, response) => {
|
|
147
|
-
if (error) {
|
|
148
|
-
console.error(error);
|
|
149
|
-
} else {
|
|
150
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
151
|
-
}
|
|
152
|
-
});
|
|
153
|
-
```
|
|
154
|
-
|
|
155
|
-
### Parameters
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
Name | Type | Description | Notes
|
|
159
|
-
------------- | ------------- | ------------- | -------------
|
|
160
|
-
**linkUuid** | **String**| |
|
|
161
|
-
**appId** | **Number**| |
|
|
162
|
-
|
|
163
|
-
### Return type
|
|
164
|
-
|
|
165
|
-
**Object**
|
|
166
|
-
|
|
167
|
-
### Authorization
|
|
168
|
-
|
|
169
|
-
No authorization required
|
|
170
|
-
|
|
171
|
-
### HTTP request headers
|
|
172
|
-
|
|
173
|
-
- **Content-Type**: Not defined
|
|
174
|
-
- **Accept**: application/json
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
## getLegacyRedirectInfoAuthRedirectAppIdLinkUuidGet_0
|
|
178
|
-
|
|
179
|
-
> Object getLegacyRedirectInfoAuthRedirectAppIdLinkUuidGet_0(linkUuid, appId)
|
|
180
|
-
|
|
181
|
-
Get Legacy Redirect Info
|
|
182
|
-
|
|
183
|
-
Get detailed information about a secure link.
|
|
184
|
-
|
|
185
|
-
### Example
|
|
186
|
-
|
|
187
|
-
```javascript
|
|
188
|
-
import FastApi from 'fast_api';
|
|
189
|
-
|
|
190
|
-
let apiInstance = new FastApi.AuthApi();
|
|
191
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
192
|
-
let appId = 56; // Number |
|
|
193
|
-
apiInstance.getLegacyRedirectInfoAuthRedirectAppIdLinkUuidGet_0(linkUuid, appId, (error, data, response) => {
|
|
194
|
-
if (error) {
|
|
195
|
-
console.error(error);
|
|
196
|
-
} else {
|
|
197
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
198
|
-
}
|
|
199
|
-
});
|
|
200
|
-
```
|
|
201
|
-
|
|
202
|
-
### Parameters
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
Name | Type | Description | Notes
|
|
206
|
-
------------- | ------------- | ------------- | -------------
|
|
207
|
-
**linkUuid** | **String**| |
|
|
208
|
-
**appId** | **Number**| |
|
|
209
|
-
|
|
210
|
-
### Return type
|
|
211
|
-
|
|
212
|
-
**Object**
|
|
213
|
-
|
|
214
|
-
### Authorization
|
|
215
|
-
|
|
216
|
-
No authorization required
|
|
217
|
-
|
|
218
|
-
### HTTP request headers
|
|
219
|
-
|
|
220
|
-
- **Content-Type**: Not defined
|
|
221
|
-
- **Accept**: application/json
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
## getRedirectInfoAuthPreviewAppIdLinkUuidGet
|
|
225
|
-
|
|
226
|
-
> Object getRedirectInfoAuthPreviewAppIdLinkUuidGet(linkUuid, appId)
|
|
227
|
-
|
|
228
|
-
Get Redirect Info
|
|
229
|
-
|
|
230
|
-
Get detailed information about a secure link.
|
|
231
|
-
|
|
232
|
-
### Example
|
|
233
|
-
|
|
234
|
-
```javascript
|
|
235
|
-
import FastApi from 'fast_api';
|
|
236
|
-
|
|
237
|
-
let apiInstance = new FastApi.AuthApi();
|
|
238
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
239
|
-
let appId = 56; // Number |
|
|
240
|
-
apiInstance.getRedirectInfoAuthPreviewAppIdLinkUuidGet(linkUuid, appId, (error, data, response) => {
|
|
241
|
-
if (error) {
|
|
242
|
-
console.error(error);
|
|
243
|
-
} else {
|
|
244
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
245
|
-
}
|
|
246
|
-
});
|
|
247
|
-
```
|
|
248
|
-
|
|
249
|
-
### Parameters
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
Name | Type | Description | Notes
|
|
253
|
-
------------- | ------------- | ------------- | -------------
|
|
254
|
-
**linkUuid** | **String**| |
|
|
255
|
-
**appId** | **Number**| |
|
|
256
|
-
|
|
257
|
-
### Return type
|
|
258
|
-
|
|
259
|
-
**Object**
|
|
260
|
-
|
|
261
|
-
### Authorization
|
|
262
|
-
|
|
263
|
-
No authorization required
|
|
264
|
-
|
|
265
|
-
### HTTP request headers
|
|
266
|
-
|
|
267
|
-
- **Content-Type**: Not defined
|
|
268
|
-
- **Accept**: application/json
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
## getRedirectInfoAuthPreviewAppIdLinkUuidGet_0
|
|
272
|
-
|
|
273
|
-
> Object getRedirectInfoAuthPreviewAppIdLinkUuidGet_0(linkUuid, appId)
|
|
274
|
-
|
|
275
|
-
Get Redirect Info
|
|
276
|
-
|
|
277
|
-
Get detailed information about a secure link.
|
|
278
|
-
|
|
279
|
-
### Example
|
|
280
|
-
|
|
281
|
-
```javascript
|
|
282
|
-
import FastApi from 'fast_api';
|
|
283
|
-
|
|
284
|
-
let apiInstance = new FastApi.AuthApi();
|
|
285
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
286
|
-
let appId = 56; // Number |
|
|
287
|
-
apiInstance.getRedirectInfoAuthPreviewAppIdLinkUuidGet_0(linkUuid, appId, (error, data, response) => {
|
|
288
|
-
if (error) {
|
|
289
|
-
console.error(error);
|
|
290
|
-
} else {
|
|
291
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
292
|
-
}
|
|
293
|
-
});
|
|
294
|
-
```
|
|
295
|
-
|
|
296
|
-
### Parameters
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
Name | Type | Description | Notes
|
|
300
|
-
------------- | ------------- | ------------- | -------------
|
|
301
|
-
**linkUuid** | **String**| |
|
|
302
|
-
**appId** | **Number**| |
|
|
303
|
-
|
|
304
|
-
### Return type
|
|
305
|
-
|
|
306
|
-
**Object**
|
|
307
|
-
|
|
308
|
-
### Authorization
|
|
309
|
-
|
|
310
|
-
No authorization required
|
|
311
|
-
|
|
312
|
-
### HTTP request headers
|
|
313
|
-
|
|
314
|
-
- **Content-Type**: Not defined
|
|
315
|
-
- **Accept**: application/json
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
## getSvgResponseAuthScanAppIdLinkUuidGet
|
|
319
|
-
|
|
320
|
-
> Object getSvgResponseAuthScanAppIdLinkUuidGet(linkUuid, appId)
|
|
321
|
-
|
|
322
|
-
Get Svg Response
|
|
323
|
-
|
|
324
|
-
### Example
|
|
325
|
-
|
|
326
|
-
```javascript
|
|
327
|
-
import FastApi from 'fast_api';
|
|
328
|
-
|
|
329
|
-
let apiInstance = new FastApi.AuthApi();
|
|
330
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
331
|
-
let appId = 56; // Number |
|
|
332
|
-
apiInstance.getSvgResponseAuthScanAppIdLinkUuidGet(linkUuid, appId, (error, data, response) => {
|
|
333
|
-
if (error) {
|
|
334
|
-
console.error(error);
|
|
335
|
-
} else {
|
|
336
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
337
|
-
}
|
|
338
|
-
});
|
|
339
|
-
```
|
|
340
|
-
|
|
341
|
-
### Parameters
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
Name | Type | Description | Notes
|
|
345
|
-
------------- | ------------- | ------------- | -------------
|
|
346
|
-
**linkUuid** | **String**| |
|
|
347
|
-
**appId** | **Number**| |
|
|
348
|
-
|
|
349
|
-
### Return type
|
|
350
|
-
|
|
351
|
-
**Object**
|
|
352
|
-
|
|
353
|
-
### Authorization
|
|
354
|
-
|
|
355
|
-
No authorization required
|
|
356
|
-
|
|
357
|
-
### HTTP request headers
|
|
358
|
-
|
|
359
|
-
- **Content-Type**: Not defined
|
|
360
|
-
- **Accept**: application/json
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
## getSvgResponseAuthScanAppIdLinkUuidGet_0
|
|
364
|
-
|
|
365
|
-
> Object getSvgResponseAuthScanAppIdLinkUuidGet_0(linkUuid, appId)
|
|
366
|
-
|
|
367
|
-
Get Svg Response
|
|
368
|
-
|
|
369
|
-
### Example
|
|
370
|
-
|
|
371
|
-
```javascript
|
|
372
|
-
import FastApi from 'fast_api';
|
|
373
|
-
|
|
374
|
-
let apiInstance = new FastApi.AuthApi();
|
|
375
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
376
|
-
let appId = 56; // Number |
|
|
377
|
-
apiInstance.getSvgResponseAuthScanAppIdLinkUuidGet_0(linkUuid, appId, (error, data, response) => {
|
|
378
|
-
if (error) {
|
|
379
|
-
console.error(error);
|
|
380
|
-
} else {
|
|
381
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
382
|
-
}
|
|
383
|
-
});
|
|
384
|
-
```
|
|
385
|
-
|
|
386
|
-
### Parameters
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
Name | Type | Description | Notes
|
|
390
|
-
------------- | ------------- | ------------- | -------------
|
|
391
|
-
**linkUuid** | **String**| |
|
|
392
|
-
**appId** | **Number**| |
|
|
393
|
-
|
|
394
|
-
### Return type
|
|
395
|
-
|
|
396
|
-
**Object**
|
|
397
|
-
|
|
398
|
-
### Authorization
|
|
399
|
-
|
|
400
|
-
No authorization required
|
|
401
|
-
|
|
402
|
-
### HTTP request headers
|
|
403
|
-
|
|
404
|
-
- **Content-Type**: Not defined
|
|
405
|
-
- **Accept**: application/json
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
## pgCompleteRedirectAuthRedirectAppIdLinkUuidPost
|
|
409
|
-
|
|
410
|
-
> Object pgCompleteRedirectAuthRedirectAppIdLinkUuidPost(linkUuid, appId, appattest, opts)
|
|
411
|
-
|
|
412
|
-
Pg Complete Redirect
|
|
413
|
-
|
|
414
|
-
### Example
|
|
415
|
-
|
|
416
|
-
```javascript
|
|
417
|
-
import FastApi from 'fast_api';
|
|
418
|
-
|
|
419
|
-
let apiInstance = new FastApi.AuthApi();
|
|
420
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
421
|
-
let appId = 56; // Number |
|
|
422
|
-
let appattest = "appattest_example"; // String |
|
|
423
|
-
let opts = {
|
|
424
|
-
'pcre': "pcre_example" // String |
|
|
425
|
-
};
|
|
426
|
-
apiInstance.pgCompleteRedirectAuthRedirectAppIdLinkUuidPost(linkUuid, appId, appattest, opts, (error, data, response) => {
|
|
427
|
-
if (error) {
|
|
428
|
-
console.error(error);
|
|
429
|
-
} else {
|
|
430
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
431
|
-
}
|
|
432
|
-
});
|
|
433
|
-
```
|
|
434
|
-
|
|
435
|
-
### Parameters
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
Name | Type | Description | Notes
|
|
439
|
-
------------- | ------------- | ------------- | -------------
|
|
440
|
-
**linkUuid** | **String**| |
|
|
441
|
-
**appId** | **Number**| |
|
|
442
|
-
**appattest** | **String**| |
|
|
443
|
-
**pcre** | **String**| | [optional]
|
|
444
|
-
|
|
445
|
-
### Return type
|
|
446
|
-
|
|
447
|
-
**Object**
|
|
448
|
-
|
|
449
|
-
### Authorization
|
|
450
|
-
|
|
451
|
-
No authorization required
|
|
452
|
-
|
|
453
|
-
### HTTP request headers
|
|
454
|
-
|
|
455
|
-
- **Content-Type**: Not defined
|
|
456
|
-
- **Accept**: application/json
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
## pgCompleteRedirectAuthRedirectAppIdLinkUuidPost_0
|
|
460
|
-
|
|
461
|
-
> Object pgCompleteRedirectAuthRedirectAppIdLinkUuidPost_0(linkUuid, appId, appattest, opts)
|
|
462
|
-
|
|
463
|
-
Pg Complete Redirect
|
|
464
|
-
|
|
465
|
-
### Example
|
|
466
|
-
|
|
467
|
-
```javascript
|
|
468
|
-
import FastApi from 'fast_api';
|
|
469
|
-
|
|
470
|
-
let apiInstance = new FastApi.AuthApi();
|
|
471
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
472
|
-
let appId = 56; // Number |
|
|
473
|
-
let appattest = "appattest_example"; // String |
|
|
474
|
-
let opts = {
|
|
475
|
-
'pcre': "pcre_example" // String |
|
|
476
|
-
};
|
|
477
|
-
apiInstance.pgCompleteRedirectAuthRedirectAppIdLinkUuidPost_0(linkUuid, appId, appattest, opts, (error, data, response) => {
|
|
478
|
-
if (error) {
|
|
479
|
-
console.error(error);
|
|
480
|
-
} else {
|
|
481
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
482
|
-
}
|
|
483
|
-
});
|
|
484
|
-
```
|
|
485
|
-
|
|
486
|
-
### Parameters
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
Name | Type | Description | Notes
|
|
490
|
-
------------- | ------------- | ------------- | -------------
|
|
491
|
-
**linkUuid** | **String**| |
|
|
492
|
-
**appId** | **Number**| |
|
|
493
|
-
**appattest** | **String**| |
|
|
494
|
-
**pcre** | **String**| | [optional]
|
|
495
|
-
|
|
496
|
-
### Return type
|
|
497
|
-
|
|
498
|
-
**Object**
|
|
499
|
-
|
|
500
|
-
### Authorization
|
|
501
|
-
|
|
502
|
-
No authorization required
|
|
503
|
-
|
|
504
|
-
### HTTP request headers
|
|
505
|
-
|
|
506
|
-
- **Content-Type**: Not defined
|
|
507
|
-
- **Accept**: application/json
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
## pgCreateLinkAuthLinkAppIdPut
|
|
511
|
-
|
|
512
|
-
> Object pgCreateLinkAuthLinkAppIdPut(appId, createLinkRequest, opts)
|
|
513
|
-
|
|
514
|
-
Pg Create Link
|
|
515
|
-
|
|
516
|
-
### Example
|
|
517
|
-
|
|
518
|
-
```javascript
|
|
519
|
-
import FastApi from 'fast_api';
|
|
520
|
-
|
|
521
|
-
let apiInstance = new FastApi.AuthApi();
|
|
522
|
-
let appId = 56; // Number |
|
|
523
|
-
let createLinkRequest = new FastApi.CreateLinkRequest(); // CreateLinkRequest |
|
|
524
|
-
let opts = {
|
|
525
|
-
'clientSecret': "'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9'", // String |
|
|
526
|
-
'clientId': "'7c19WxdRTkyf9w0EDbbfbg'" // String |
|
|
527
|
-
};
|
|
528
|
-
apiInstance.pgCreateLinkAuthLinkAppIdPut(appId, createLinkRequest, opts, (error, data, response) => {
|
|
529
|
-
if (error) {
|
|
530
|
-
console.error(error);
|
|
531
|
-
} else {
|
|
532
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
533
|
-
}
|
|
534
|
-
});
|
|
535
|
-
```
|
|
536
|
-
|
|
537
|
-
### Parameters
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
Name | Type | Description | Notes
|
|
541
|
-
------------- | ------------- | ------------- | -------------
|
|
542
|
-
**appId** | **Number**| |
|
|
543
|
-
**createLinkRequest** | [**CreateLinkRequest**](CreateLinkRequest.md)| |
|
|
544
|
-
**clientSecret** | **String**| | [optional] [default to 'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9']
|
|
545
|
-
**clientId** | **String**| | [optional] [default to '7c19WxdRTkyf9w0EDbbfbg']
|
|
546
|
-
|
|
547
|
-
### Return type
|
|
548
|
-
|
|
549
|
-
**Object**
|
|
550
|
-
|
|
551
|
-
### Authorization
|
|
552
|
-
|
|
553
|
-
No authorization required
|
|
554
|
-
|
|
555
|
-
### HTTP request headers
|
|
556
|
-
|
|
557
|
-
- **Content-Type**: application/json
|
|
558
|
-
- **Accept**: application/json
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
## pgCreateLinkAuthLinkAppIdPut_0
|
|
562
|
-
|
|
563
|
-
> Object pgCreateLinkAuthLinkAppIdPut_0(appId, createLinkRequest, opts)
|
|
564
|
-
|
|
565
|
-
Pg Create Link
|
|
566
|
-
|
|
567
|
-
### Example
|
|
568
|
-
|
|
569
|
-
```javascript
|
|
570
|
-
import FastApi from 'fast_api';
|
|
571
|
-
|
|
572
|
-
let apiInstance = new FastApi.AuthApi();
|
|
573
|
-
let appId = 56; // Number |
|
|
574
|
-
let createLinkRequest = new FastApi.CreateLinkRequest(); // CreateLinkRequest |
|
|
575
|
-
let opts = {
|
|
576
|
-
'clientSecret': "'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9'", // String |
|
|
577
|
-
'clientId': "'7c19WxdRTkyf9w0EDbbfbg'" // String |
|
|
578
|
-
};
|
|
579
|
-
apiInstance.pgCreateLinkAuthLinkAppIdPut_0(appId, createLinkRequest, opts, (error, data, response) => {
|
|
580
|
-
if (error) {
|
|
581
|
-
console.error(error);
|
|
582
|
-
} else {
|
|
583
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
584
|
-
}
|
|
585
|
-
});
|
|
586
|
-
```
|
|
587
|
-
|
|
588
|
-
### Parameters
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
Name | Type | Description | Notes
|
|
592
|
-
------------- | ------------- | ------------- | -------------
|
|
593
|
-
**appId** | **Number**| |
|
|
594
|
-
**createLinkRequest** | [**CreateLinkRequest**](CreateLinkRequest.md)| |
|
|
595
|
-
**clientSecret** | **String**| | [optional] [default to 'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9']
|
|
596
|
-
**clientId** | **String**| | [optional] [default to '7c19WxdRTkyf9w0EDbbfbg']
|
|
597
|
-
|
|
598
|
-
### Return type
|
|
599
|
-
|
|
600
|
-
**Object**
|
|
601
|
-
|
|
602
|
-
### Authorization
|
|
603
|
-
|
|
604
|
-
No authorization required
|
|
605
|
-
|
|
606
|
-
### HTTP request headers
|
|
607
|
-
|
|
608
|
-
- **Content-Type**: application/json
|
|
609
|
-
- **Accept**: application/json
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
## pgDeleteLinkAuthLinkAppIdLinkUuidDelete
|
|
613
|
-
|
|
614
|
-
> Object pgDeleteLinkAuthLinkAppIdLinkUuidDelete(appId, linkUuid, opts)
|
|
615
|
-
|
|
616
|
-
Pg Delete Link
|
|
617
|
-
|
|
618
|
-
### Example
|
|
619
|
-
|
|
620
|
-
```javascript
|
|
621
|
-
import FastApi from 'fast_api';
|
|
622
|
-
|
|
623
|
-
let apiInstance = new FastApi.AuthApi();
|
|
624
|
-
let appId = 56; // Number |
|
|
625
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
626
|
-
let opts = {
|
|
627
|
-
'clientSecret': "'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9'", // String |
|
|
628
|
-
'clientId': "'7c19WxdRTkyf9w0EDbbfbg'" // String |
|
|
629
|
-
};
|
|
630
|
-
apiInstance.pgDeleteLinkAuthLinkAppIdLinkUuidDelete(appId, linkUuid, opts, (error, data, response) => {
|
|
631
|
-
if (error) {
|
|
632
|
-
console.error(error);
|
|
633
|
-
} else {
|
|
634
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
635
|
-
}
|
|
636
|
-
});
|
|
637
|
-
```
|
|
638
|
-
|
|
639
|
-
### Parameters
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
Name | Type | Description | Notes
|
|
643
|
-
------------- | ------------- | ------------- | -------------
|
|
644
|
-
**appId** | **Number**| |
|
|
645
|
-
**linkUuid** | **String**| |
|
|
646
|
-
**clientSecret** | **String**| | [optional] [default to 'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9']
|
|
647
|
-
**clientId** | **String**| | [optional] [default to '7c19WxdRTkyf9w0EDbbfbg']
|
|
648
|
-
|
|
649
|
-
### Return type
|
|
650
|
-
|
|
651
|
-
**Object**
|
|
652
|
-
|
|
653
|
-
### Authorization
|
|
654
|
-
|
|
655
|
-
No authorization required
|
|
656
|
-
|
|
657
|
-
### HTTP request headers
|
|
658
|
-
|
|
659
|
-
- **Content-Type**: Not defined
|
|
660
|
-
- **Accept**: application/json
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
## pgDeleteLinkAuthLinkAppIdLinkUuidDelete_0
|
|
664
|
-
|
|
665
|
-
> Object pgDeleteLinkAuthLinkAppIdLinkUuidDelete_0(appId, linkUuid, opts)
|
|
666
|
-
|
|
667
|
-
Pg Delete Link
|
|
668
|
-
|
|
669
|
-
### Example
|
|
670
|
-
|
|
671
|
-
```javascript
|
|
672
|
-
import FastApi from 'fast_api';
|
|
673
|
-
|
|
674
|
-
let apiInstance = new FastApi.AuthApi();
|
|
675
|
-
let appId = 56; // Number |
|
|
676
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
677
|
-
let opts = {
|
|
678
|
-
'clientSecret': "'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9'", // String |
|
|
679
|
-
'clientId': "'7c19WxdRTkyf9w0EDbbfbg'" // String |
|
|
680
|
-
};
|
|
681
|
-
apiInstance.pgDeleteLinkAuthLinkAppIdLinkUuidDelete_0(appId, linkUuid, opts, (error, data, response) => {
|
|
682
|
-
if (error) {
|
|
683
|
-
console.error(error);
|
|
684
|
-
} else {
|
|
685
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
686
|
-
}
|
|
687
|
-
});
|
|
688
|
-
```
|
|
689
|
-
|
|
690
|
-
### Parameters
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
Name | Type | Description | Notes
|
|
694
|
-
------------- | ------------- | ------------- | -------------
|
|
695
|
-
**appId** | **Number**| |
|
|
696
|
-
**linkUuid** | **String**| |
|
|
697
|
-
**clientSecret** | **String**| | [optional] [default to 'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9']
|
|
698
|
-
**clientId** | **String**| | [optional] [default to '7c19WxdRTkyf9w0EDbbfbg']
|
|
699
|
-
|
|
700
|
-
### Return type
|
|
701
|
-
|
|
702
|
-
**Object**
|
|
703
|
-
|
|
704
|
-
### Authorization
|
|
705
|
-
|
|
706
|
-
No authorization required
|
|
707
|
-
|
|
708
|
-
### HTTP request headers
|
|
709
|
-
|
|
710
|
-
- **Content-Type**: Not defined
|
|
711
|
-
- **Accept**: application/json
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
## pgGetMeetingDetailsAuthZoomMeetingMeetingUuidGet
|
|
715
|
-
|
|
716
|
-
> Object pgGetMeetingDetailsAuthZoomMeetingMeetingUuidGet(meetingUuid, opts)
|
|
717
|
-
|
|
718
|
-
Pg Get Meeting Details
|
|
719
|
-
|
|
720
|
-
### Example
|
|
721
|
-
|
|
722
|
-
```javascript
|
|
723
|
-
import FastApi from 'fast_api';
|
|
724
|
-
|
|
725
|
-
let apiInstance = new FastApi.AuthApi();
|
|
726
|
-
let meetingUuid = "meetingUuid_example"; // String |
|
|
727
|
-
let opts = {
|
|
728
|
-
'clientSecret': "'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9'", // String |
|
|
729
|
-
'clientId': "'7c19WxdRTkyf9w0EDbbfbg'" // String |
|
|
730
|
-
};
|
|
731
|
-
apiInstance.pgGetMeetingDetailsAuthZoomMeetingMeetingUuidGet(meetingUuid, opts, (error, data, response) => {
|
|
732
|
-
if (error) {
|
|
733
|
-
console.error(error);
|
|
734
|
-
} else {
|
|
735
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
736
|
-
}
|
|
737
|
-
});
|
|
738
|
-
```
|
|
739
|
-
|
|
740
|
-
### Parameters
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
Name | Type | Description | Notes
|
|
744
|
-
------------- | ------------- | ------------- | -------------
|
|
745
|
-
**meetingUuid** | **String**| |
|
|
746
|
-
**clientSecret** | **String**| | [optional] [default to 'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9']
|
|
747
|
-
**clientId** | **String**| | [optional] [default to '7c19WxdRTkyf9w0EDbbfbg']
|
|
748
|
-
|
|
749
|
-
### Return type
|
|
750
|
-
|
|
751
|
-
**Object**
|
|
752
|
-
|
|
753
|
-
### Authorization
|
|
754
|
-
|
|
755
|
-
No authorization required
|
|
756
|
-
|
|
757
|
-
### HTTP request headers
|
|
758
|
-
|
|
759
|
-
- **Content-Type**: Not defined
|
|
760
|
-
- **Accept**: application/json
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
## pgGetMeetingDetailsAuthZoomMeetingMeetingUuidGet_0
|
|
764
|
-
|
|
765
|
-
> Object pgGetMeetingDetailsAuthZoomMeetingMeetingUuidGet_0(meetingUuid, opts)
|
|
766
|
-
|
|
767
|
-
Pg Get Meeting Details
|
|
768
|
-
|
|
769
|
-
### Example
|
|
770
|
-
|
|
771
|
-
```javascript
|
|
772
|
-
import FastApi from 'fast_api';
|
|
773
|
-
|
|
774
|
-
let apiInstance = new FastApi.AuthApi();
|
|
775
|
-
let meetingUuid = "meetingUuid_example"; // String |
|
|
776
|
-
let opts = {
|
|
777
|
-
'clientSecret': "'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9'", // String |
|
|
778
|
-
'clientId': "'7c19WxdRTkyf9w0EDbbfbg'" // String |
|
|
779
|
-
};
|
|
780
|
-
apiInstance.pgGetMeetingDetailsAuthZoomMeetingMeetingUuidGet_0(meetingUuid, opts, (error, data, response) => {
|
|
781
|
-
if (error) {
|
|
782
|
-
console.error(error);
|
|
783
|
-
} else {
|
|
784
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
785
|
-
}
|
|
786
|
-
});
|
|
787
|
-
```
|
|
788
|
-
|
|
789
|
-
### Parameters
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
Name | Type | Description | Notes
|
|
793
|
-
------------- | ------------- | ------------- | -------------
|
|
794
|
-
**meetingUuid** | **String**| |
|
|
795
|
-
**clientSecret** | **String**| | [optional] [default to 'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9']
|
|
796
|
-
**clientId** | **String**| | [optional] [default to '7c19WxdRTkyf9w0EDbbfbg']
|
|
797
|
-
|
|
798
|
-
### Return type
|
|
799
|
-
|
|
800
|
-
**Object**
|
|
801
|
-
|
|
802
|
-
### Authorization
|
|
803
|
-
|
|
804
|
-
No authorization required
|
|
805
|
-
|
|
806
|
-
### HTTP request headers
|
|
807
|
-
|
|
808
|
-
- **Content-Type**: Not defined
|
|
809
|
-
- **Accept**: application/json
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
## pgListMeetingLinksAuthListlinksAccountIdGet
|
|
813
|
-
|
|
814
|
-
> Object pgListMeetingLinksAuthListlinksAccountIdGet(accountId, opts)
|
|
815
|
-
|
|
816
|
-
Pg List Meeting Links
|
|
817
|
-
|
|
818
|
-
### Example
|
|
819
|
-
|
|
820
|
-
```javascript
|
|
821
|
-
import FastApi from 'fast_api';
|
|
822
|
-
|
|
823
|
-
let apiInstance = new FastApi.AuthApi();
|
|
824
|
-
let accountId = "accountId_example"; // String |
|
|
825
|
-
let opts = {
|
|
826
|
-
'clientSecret': "'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9'", // String |
|
|
827
|
-
'clientId': "'7c19WxdRTkyf9w0EDbbfbg'" // String |
|
|
828
|
-
};
|
|
829
|
-
apiInstance.pgListMeetingLinksAuthListlinksAccountIdGet(accountId, opts, (error, data, response) => {
|
|
830
|
-
if (error) {
|
|
831
|
-
console.error(error);
|
|
832
|
-
} else {
|
|
833
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
834
|
-
}
|
|
835
|
-
});
|
|
836
|
-
```
|
|
837
|
-
|
|
838
|
-
### Parameters
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
Name | Type | Description | Notes
|
|
842
|
-
------------- | ------------- | ------------- | -------------
|
|
843
|
-
**accountId** | **String**| |
|
|
844
|
-
**clientSecret** | **String**| | [optional] [default to 'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9']
|
|
845
|
-
**clientId** | **String**| | [optional] [default to '7c19WxdRTkyf9w0EDbbfbg']
|
|
846
|
-
|
|
847
|
-
### Return type
|
|
848
|
-
|
|
849
|
-
**Object**
|
|
850
|
-
|
|
851
|
-
### Authorization
|
|
852
|
-
|
|
853
|
-
No authorization required
|
|
854
|
-
|
|
855
|
-
### HTTP request headers
|
|
856
|
-
|
|
857
|
-
- **Content-Type**: Not defined
|
|
858
|
-
- **Accept**: application/json
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
## pgListMeetingLinksAuthListlinksAccountIdGet_0
|
|
862
|
-
|
|
863
|
-
> Object pgListMeetingLinksAuthListlinksAccountIdGet_0(accountId, opts)
|
|
864
|
-
|
|
865
|
-
Pg List Meeting Links
|
|
866
|
-
|
|
867
|
-
### Example
|
|
868
|
-
|
|
869
|
-
```javascript
|
|
870
|
-
import FastApi from 'fast_api';
|
|
871
|
-
|
|
872
|
-
let apiInstance = new FastApi.AuthApi();
|
|
873
|
-
let accountId = "accountId_example"; // String |
|
|
874
|
-
let opts = {
|
|
875
|
-
'clientSecret': "'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9'", // String |
|
|
876
|
-
'clientId': "'7c19WxdRTkyf9w0EDbbfbg'" // String |
|
|
877
|
-
};
|
|
878
|
-
apiInstance.pgListMeetingLinksAuthListlinksAccountIdGet_0(accountId, opts, (error, data, response) => {
|
|
879
|
-
if (error) {
|
|
880
|
-
console.error(error);
|
|
881
|
-
} else {
|
|
882
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
883
|
-
}
|
|
884
|
-
});
|
|
885
|
-
```
|
|
886
|
-
|
|
887
|
-
### Parameters
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
Name | Type | Description | Notes
|
|
891
|
-
------------- | ------------- | ------------- | -------------
|
|
892
|
-
**accountId** | **String**| |
|
|
893
|
-
**clientSecret** | **String**| | [optional] [default to 'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9']
|
|
894
|
-
**clientId** | **String**| | [optional] [default to '7c19WxdRTkyf9w0EDbbfbg']
|
|
895
|
-
|
|
896
|
-
### Return type
|
|
897
|
-
|
|
898
|
-
**Object**
|
|
899
|
-
|
|
900
|
-
### Authorization
|
|
901
|
-
|
|
902
|
-
No authorization required
|
|
903
|
-
|
|
904
|
-
### HTTP request headers
|
|
905
|
-
|
|
906
|
-
- **Content-Type**: Not defined
|
|
907
|
-
- **Accept**: application/json
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
## pgLoginAuthLinkAppIdLinkUuidGet
|
|
911
|
-
|
|
912
|
-
> Object pgLoginAuthLinkAppIdLinkUuidGet(linkUuid, appId)
|
|
913
|
-
|
|
914
|
-
Pg Login
|
|
915
|
-
|
|
916
|
-
### Example
|
|
917
|
-
|
|
918
|
-
```javascript
|
|
919
|
-
import FastApi from 'fast_api';
|
|
920
|
-
|
|
921
|
-
let apiInstance = new FastApi.AuthApi();
|
|
922
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
923
|
-
let appId = 56; // Number |
|
|
924
|
-
apiInstance.pgLoginAuthLinkAppIdLinkUuidGet(linkUuid, appId, (error, data, response) => {
|
|
925
|
-
if (error) {
|
|
926
|
-
console.error(error);
|
|
927
|
-
} else {
|
|
928
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
929
|
-
}
|
|
930
|
-
});
|
|
931
|
-
```
|
|
932
|
-
|
|
933
|
-
### Parameters
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
Name | Type | Description | Notes
|
|
937
|
-
------------- | ------------- | ------------- | -------------
|
|
938
|
-
**linkUuid** | **String**| |
|
|
939
|
-
**appId** | **Number**| |
|
|
940
|
-
|
|
941
|
-
### Return type
|
|
942
|
-
|
|
943
|
-
**Object**
|
|
944
|
-
|
|
945
|
-
### Authorization
|
|
946
|
-
|
|
947
|
-
No authorization required
|
|
948
|
-
|
|
949
|
-
### HTTP request headers
|
|
950
|
-
|
|
951
|
-
- **Content-Type**: Not defined
|
|
952
|
-
- **Accept**: application/json
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
## pgLoginAuthLinkAppIdLinkUuidGet_0
|
|
956
|
-
|
|
957
|
-
> Object pgLoginAuthLinkAppIdLinkUuidGet_0(linkUuid, appId)
|
|
958
|
-
|
|
959
|
-
Pg Login
|
|
960
|
-
|
|
961
|
-
### Example
|
|
962
|
-
|
|
963
|
-
```javascript
|
|
964
|
-
import FastApi from 'fast_api';
|
|
965
|
-
|
|
966
|
-
let apiInstance = new FastApi.AuthApi();
|
|
967
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
968
|
-
let appId = 56; // Number |
|
|
969
|
-
apiInstance.pgLoginAuthLinkAppIdLinkUuidGet_0(linkUuid, appId, (error, data, response) => {
|
|
970
|
-
if (error) {
|
|
971
|
-
console.error(error);
|
|
972
|
-
} else {
|
|
973
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
974
|
-
}
|
|
975
|
-
});
|
|
976
|
-
```
|
|
977
|
-
|
|
978
|
-
### Parameters
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
Name | Type | Description | Notes
|
|
982
|
-
------------- | ------------- | ------------- | -------------
|
|
983
|
-
**linkUuid** | **String**| |
|
|
984
|
-
**appId** | **Number**| |
|
|
985
|
-
|
|
986
|
-
### Return type
|
|
987
|
-
|
|
988
|
-
**Object**
|
|
989
|
-
|
|
990
|
-
### Authorization
|
|
991
|
-
|
|
992
|
-
No authorization required
|
|
993
|
-
|
|
994
|
-
### HTTP request headers
|
|
995
|
-
|
|
996
|
-
- **Content-Type**: Not defined
|
|
997
|
-
- **Accept**: application/json
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
## pgLoginMLinkUuidGet
|
|
1001
|
-
|
|
1002
|
-
> Object pgLoginMLinkUuidGet(linkUuid, opts)
|
|
1003
|
-
|
|
1004
|
-
Pg Login
|
|
1005
|
-
|
|
1006
|
-
### Example
|
|
1007
|
-
|
|
1008
|
-
```javascript
|
|
1009
|
-
import FastApi from 'fast_api';
|
|
1010
|
-
|
|
1011
|
-
let apiInstance = new FastApi.AuthApi();
|
|
1012
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
1013
|
-
let opts = {
|
|
1014
|
-
'appId': 1 // Number |
|
|
1015
|
-
};
|
|
1016
|
-
apiInstance.pgLoginMLinkUuidGet(linkUuid, opts, (error, data, response) => {
|
|
1017
|
-
if (error) {
|
|
1018
|
-
console.error(error);
|
|
1019
|
-
} else {
|
|
1020
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
1021
|
-
}
|
|
1022
|
-
});
|
|
1023
|
-
```
|
|
1024
|
-
|
|
1025
|
-
### Parameters
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
Name | Type | Description | Notes
|
|
1029
|
-
------------- | ------------- | ------------- | -------------
|
|
1030
|
-
**linkUuid** | **String**| |
|
|
1031
|
-
**appId** | **Number**| | [optional] [default to 1]
|
|
1032
|
-
|
|
1033
|
-
### Return type
|
|
1034
|
-
|
|
1035
|
-
**Object**
|
|
1036
|
-
|
|
1037
|
-
### Authorization
|
|
1038
|
-
|
|
1039
|
-
No authorization required
|
|
1040
|
-
|
|
1041
|
-
### HTTP request headers
|
|
1042
|
-
|
|
1043
|
-
- **Content-Type**: Not defined
|
|
1044
|
-
- **Accept**: application/json
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
## pgLoginMLinkUuidGet_0
|
|
1048
|
-
|
|
1049
|
-
> Object pgLoginMLinkUuidGet_0(linkUuid, opts)
|
|
1050
|
-
|
|
1051
|
-
Pg Login
|
|
1052
|
-
|
|
1053
|
-
### Example
|
|
1054
|
-
|
|
1055
|
-
```javascript
|
|
1056
|
-
import FastApi from 'fast_api';
|
|
1057
|
-
|
|
1058
|
-
let apiInstance = new FastApi.AuthApi();
|
|
1059
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
1060
|
-
let opts = {
|
|
1061
|
-
'appId': 1 // Number |
|
|
1062
|
-
};
|
|
1063
|
-
apiInstance.pgLoginMLinkUuidGet_0(linkUuid, opts, (error, data, response) => {
|
|
1064
|
-
if (error) {
|
|
1065
|
-
console.error(error);
|
|
1066
|
-
} else {
|
|
1067
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
1068
|
-
}
|
|
1069
|
-
});
|
|
1070
|
-
```
|
|
1071
|
-
|
|
1072
|
-
### Parameters
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
Name | Type | Description | Notes
|
|
1076
|
-
------------- | ------------- | ------------- | -------------
|
|
1077
|
-
**linkUuid** | **String**| |
|
|
1078
|
-
**appId** | **Number**| | [optional] [default to 1]
|
|
1079
|
-
|
|
1080
|
-
### Return type
|
|
1081
|
-
|
|
1082
|
-
**Object**
|
|
1083
|
-
|
|
1084
|
-
### Authorization
|
|
1085
|
-
|
|
1086
|
-
No authorization required
|
|
1087
|
-
|
|
1088
|
-
### HTTP request headers
|
|
1089
|
-
|
|
1090
|
-
- **Content-Type**: Not defined
|
|
1091
|
-
- **Accept**: application/json
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
## pgMobileRedirectMobileLinkUuidGet
|
|
1095
|
-
|
|
1096
|
-
> Object pgMobileRedirectMobileLinkUuidGet(linkUuid)
|
|
1097
|
-
|
|
1098
|
-
Pg Mobile Redirect
|
|
1099
|
-
|
|
1100
|
-
Short URL for mobile redirect, embedded in QR code
|
|
1101
|
-
|
|
1102
|
-
### Example
|
|
1103
|
-
|
|
1104
|
-
```javascript
|
|
1105
|
-
import FastApi from 'fast_api';
|
|
1106
|
-
|
|
1107
|
-
let apiInstance = new FastApi.AuthApi();
|
|
1108
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
1109
|
-
apiInstance.pgMobileRedirectMobileLinkUuidGet(linkUuid, (error, data, response) => {
|
|
1110
|
-
if (error) {
|
|
1111
|
-
console.error(error);
|
|
1112
|
-
} else {
|
|
1113
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
1114
|
-
}
|
|
1115
|
-
});
|
|
1116
|
-
```
|
|
1117
|
-
|
|
1118
|
-
### Parameters
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
Name | Type | Description | Notes
|
|
1122
|
-
------------- | ------------- | ------------- | -------------
|
|
1123
|
-
**linkUuid** | **String**| |
|
|
1124
|
-
|
|
1125
|
-
### Return type
|
|
1126
|
-
|
|
1127
|
-
**Object**
|
|
1128
|
-
|
|
1129
|
-
### Authorization
|
|
1130
|
-
|
|
1131
|
-
No authorization required
|
|
1132
|
-
|
|
1133
|
-
### HTTP request headers
|
|
1134
|
-
|
|
1135
|
-
- **Content-Type**: Not defined
|
|
1136
|
-
- **Accept**: application/json
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
## pgMobileRedirectMobileLinkUuidGet_0
|
|
1140
|
-
|
|
1141
|
-
> Object pgMobileRedirectMobileLinkUuidGet_0(linkUuid)
|
|
1142
|
-
|
|
1143
|
-
Pg Mobile Redirect
|
|
1144
|
-
|
|
1145
|
-
Short URL for mobile redirect, embedded in QR code
|
|
1146
|
-
|
|
1147
|
-
### Example
|
|
1148
|
-
|
|
1149
|
-
```javascript
|
|
1150
|
-
import FastApi from 'fast_api';
|
|
1151
|
-
|
|
1152
|
-
let apiInstance = new FastApi.AuthApi();
|
|
1153
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
1154
|
-
apiInstance.pgMobileRedirectMobileLinkUuidGet_0(linkUuid, (error, data, response) => {
|
|
1155
|
-
if (error) {
|
|
1156
|
-
console.error(error);
|
|
1157
|
-
} else {
|
|
1158
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
1159
|
-
}
|
|
1160
|
-
});
|
|
1161
|
-
```
|
|
1162
|
-
|
|
1163
|
-
### Parameters
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
Name | Type | Description | Notes
|
|
1167
|
-
------------- | ------------- | ------------- | -------------
|
|
1168
|
-
**linkUuid** | **String**| |
|
|
1169
|
-
|
|
1170
|
-
### Return type
|
|
1171
|
-
|
|
1172
|
-
**Object**
|
|
1173
|
-
|
|
1174
|
-
### Authorization
|
|
1175
|
-
|
|
1176
|
-
No authorization required
|
|
1177
|
-
|
|
1178
|
-
### HTTP request headers
|
|
1179
|
-
|
|
1180
|
-
- **Content-Type**: Not defined
|
|
1181
|
-
- **Accept**: application/json
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
## pgPollAuthPollPcreGet
|
|
1185
|
-
|
|
1186
|
-
> Object pgPollAuthPollPcreGet(pcre)
|
|
1187
|
-
|
|
1188
|
-
Pg Poll
|
|
1189
|
-
|
|
1190
|
-
### Example
|
|
1191
|
-
|
|
1192
|
-
```javascript
|
|
1193
|
-
import FastApi from 'fast_api';
|
|
1194
|
-
|
|
1195
|
-
let apiInstance = new FastApi.AuthApi();
|
|
1196
|
-
let pcre = "pcre_example"; // String |
|
|
1197
|
-
apiInstance.pgPollAuthPollPcreGet(pcre, (error, data, response) => {
|
|
1198
|
-
if (error) {
|
|
1199
|
-
console.error(error);
|
|
1200
|
-
} else {
|
|
1201
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
1202
|
-
}
|
|
1203
|
-
});
|
|
1204
|
-
```
|
|
1205
|
-
|
|
1206
|
-
### Parameters
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
Name | Type | Description | Notes
|
|
1210
|
-
------------- | ------------- | ------------- | -------------
|
|
1211
|
-
**pcre** | **String**| |
|
|
1212
|
-
|
|
1213
|
-
### Return type
|
|
1214
|
-
|
|
1215
|
-
**Object**
|
|
1216
|
-
|
|
1217
|
-
### Authorization
|
|
1218
|
-
|
|
1219
|
-
No authorization required
|
|
1220
|
-
|
|
1221
|
-
### HTTP request headers
|
|
1222
|
-
|
|
1223
|
-
- **Content-Type**: Not defined
|
|
1224
|
-
- **Accept**: application/json
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
## pgPollAuthPollPcreGet_0
|
|
1228
|
-
|
|
1229
|
-
> Object pgPollAuthPollPcreGet_0(pcre)
|
|
1230
|
-
|
|
1231
|
-
Pg Poll
|
|
1232
|
-
|
|
1233
|
-
### Example
|
|
1234
|
-
|
|
1235
|
-
```javascript
|
|
1236
|
-
import FastApi from 'fast_api';
|
|
1237
|
-
|
|
1238
|
-
let apiInstance = new FastApi.AuthApi();
|
|
1239
|
-
let pcre = "pcre_example"; // String |
|
|
1240
|
-
apiInstance.pgPollAuthPollPcreGet_0(pcre, (error, data, response) => {
|
|
1241
|
-
if (error) {
|
|
1242
|
-
console.error(error);
|
|
1243
|
-
} else {
|
|
1244
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
1245
|
-
}
|
|
1246
|
-
});
|
|
1247
|
-
```
|
|
1248
|
-
|
|
1249
|
-
### Parameters
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
Name | Type | Description | Notes
|
|
1253
|
-
------------- | ------------- | ------------- | -------------
|
|
1254
|
-
**pcre** | **String**| |
|
|
1255
|
-
|
|
1256
|
-
### Return type
|
|
1257
|
-
|
|
1258
|
-
**Object**
|
|
1259
|
-
|
|
1260
|
-
### Authorization
|
|
1261
|
-
|
|
1262
|
-
No authorization required
|
|
1263
|
-
|
|
1264
|
-
### HTTP request headers
|
|
1265
|
-
|
|
1266
|
-
- **Content-Type**: Not defined
|
|
1267
|
-
- **Accept**: application/json
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
## pgPreviewAuthRedirectAppIdLinkUuidHead
|
|
1271
|
-
|
|
1272
|
-
> Object pgPreviewAuthRedirectAppIdLinkUuidHead(linkUuid, appId)
|
|
1273
|
-
|
|
1274
|
-
Pg Preview
|
|
1275
|
-
|
|
1276
|
-
### Example
|
|
1277
|
-
|
|
1278
|
-
```javascript
|
|
1279
|
-
import FastApi from 'fast_api';
|
|
1280
|
-
|
|
1281
|
-
let apiInstance = new FastApi.AuthApi();
|
|
1282
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
1283
|
-
let appId = 56; // Number |
|
|
1284
|
-
apiInstance.pgPreviewAuthRedirectAppIdLinkUuidHead(linkUuid, appId, (error, data, response) => {
|
|
1285
|
-
if (error) {
|
|
1286
|
-
console.error(error);
|
|
1287
|
-
} else {
|
|
1288
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
1289
|
-
}
|
|
1290
|
-
});
|
|
1291
|
-
```
|
|
1292
|
-
|
|
1293
|
-
### Parameters
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
Name | Type | Description | Notes
|
|
1297
|
-
------------- | ------------- | ------------- | -------------
|
|
1298
|
-
**linkUuid** | **String**| |
|
|
1299
|
-
**appId** | **Number**| |
|
|
1300
|
-
|
|
1301
|
-
### Return type
|
|
1302
|
-
|
|
1303
|
-
**Object**
|
|
1304
|
-
|
|
1305
|
-
### Authorization
|
|
1306
|
-
|
|
1307
|
-
No authorization required
|
|
1308
|
-
|
|
1309
|
-
### HTTP request headers
|
|
1310
|
-
|
|
1311
|
-
- **Content-Type**: Not defined
|
|
1312
|
-
- **Accept**: application/json
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
## pgPreviewAuthRedirectAppIdLinkUuidHead_0
|
|
1316
|
-
|
|
1317
|
-
> Object pgPreviewAuthRedirectAppIdLinkUuidHead_0(linkUuid, appId)
|
|
1318
|
-
|
|
1319
|
-
Pg Preview
|
|
1320
|
-
|
|
1321
|
-
### Example
|
|
1322
|
-
|
|
1323
|
-
```javascript
|
|
1324
|
-
import FastApi from 'fast_api';
|
|
1325
|
-
|
|
1326
|
-
let apiInstance = new FastApi.AuthApi();
|
|
1327
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
1328
|
-
let appId = 56; // Number |
|
|
1329
|
-
apiInstance.pgPreviewAuthRedirectAppIdLinkUuidHead_0(linkUuid, appId, (error, data, response) => {
|
|
1330
|
-
if (error) {
|
|
1331
|
-
console.error(error);
|
|
1332
|
-
} else {
|
|
1333
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
1334
|
-
}
|
|
1335
|
-
});
|
|
1336
|
-
```
|
|
1337
|
-
|
|
1338
|
-
### Parameters
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
Name | Type | Description | Notes
|
|
1342
|
-
------------- | ------------- | ------------- | -------------
|
|
1343
|
-
**linkUuid** | **String**| |
|
|
1344
|
-
**appId** | **Number**| |
|
|
1345
|
-
|
|
1346
|
-
### Return type
|
|
1347
|
-
|
|
1348
|
-
**Object**
|
|
1349
|
-
|
|
1350
|
-
### Authorization
|
|
1351
|
-
|
|
1352
|
-
No authorization required
|
|
1353
|
-
|
|
1354
|
-
### HTTP request headers
|
|
1355
|
-
|
|
1356
|
-
- **Content-Type**: Not defined
|
|
1357
|
-
- **Accept**: application/json
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
## pgStartZoomMeetingAuthZoomStartAppIdLinkUuidPost
|
|
1361
|
-
|
|
1362
|
-
> Object pgStartZoomMeetingAuthZoomStartAppIdLinkUuidPost(appId, linkUuid, startMeetingRequest, opts)
|
|
1363
|
-
|
|
1364
|
-
Pg Start Zoom Meeting
|
|
1365
|
-
|
|
1366
|
-
### Example
|
|
1367
|
-
|
|
1368
|
-
```javascript
|
|
1369
|
-
import FastApi from 'fast_api';
|
|
1370
|
-
|
|
1371
|
-
let apiInstance = new FastApi.AuthApi();
|
|
1372
|
-
let appId = 56; // Number |
|
|
1373
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
1374
|
-
let startMeetingRequest = new FastApi.StartMeetingRequest(); // StartMeetingRequest |
|
|
1375
|
-
let opts = {
|
|
1376
|
-
'clientSecret': "'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9'", // String |
|
|
1377
|
-
'clientId': "'7c19WxdRTkyf9w0EDbbfbg'" // String |
|
|
1378
|
-
};
|
|
1379
|
-
apiInstance.pgStartZoomMeetingAuthZoomStartAppIdLinkUuidPost(appId, linkUuid, startMeetingRequest, opts, (error, data, response) => {
|
|
1380
|
-
if (error) {
|
|
1381
|
-
console.error(error);
|
|
1382
|
-
} else {
|
|
1383
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
1384
|
-
}
|
|
1385
|
-
});
|
|
1386
|
-
```
|
|
1387
|
-
|
|
1388
|
-
### Parameters
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
Name | Type | Description | Notes
|
|
1392
|
-
------------- | ------------- | ------------- | -------------
|
|
1393
|
-
**appId** | **Number**| |
|
|
1394
|
-
**linkUuid** | **String**| |
|
|
1395
|
-
**startMeetingRequest** | [**StartMeetingRequest**](StartMeetingRequest.md)| |
|
|
1396
|
-
**clientSecret** | **String**| | [optional] [default to 'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9']
|
|
1397
|
-
**clientId** | **String**| | [optional] [default to '7c19WxdRTkyf9w0EDbbfbg']
|
|
1398
|
-
|
|
1399
|
-
### Return type
|
|
1400
|
-
|
|
1401
|
-
**Object**
|
|
1402
|
-
|
|
1403
|
-
### Authorization
|
|
1404
|
-
|
|
1405
|
-
No authorization required
|
|
1406
|
-
|
|
1407
|
-
### HTTP request headers
|
|
1408
|
-
|
|
1409
|
-
- **Content-Type**: application/json
|
|
1410
|
-
- **Accept**: application/json
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
## pgStartZoomMeetingAuthZoomStartAppIdLinkUuidPost_0
|
|
1414
|
-
|
|
1415
|
-
> Object pgStartZoomMeetingAuthZoomStartAppIdLinkUuidPost_0(appId, linkUuid, startMeetingRequest, opts)
|
|
1416
|
-
|
|
1417
|
-
Pg Start Zoom Meeting
|
|
1418
|
-
|
|
1419
|
-
### Example
|
|
1420
|
-
|
|
1421
|
-
```javascript
|
|
1422
|
-
import FastApi from 'fast_api';
|
|
1423
|
-
|
|
1424
|
-
let apiInstance = new FastApi.AuthApi();
|
|
1425
|
-
let appId = 56; // Number |
|
|
1426
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
1427
|
-
let startMeetingRequest = new FastApi.StartMeetingRequest(); // StartMeetingRequest |
|
|
1428
|
-
let opts = {
|
|
1429
|
-
'clientSecret': "'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9'", // String |
|
|
1430
|
-
'clientId': "'7c19WxdRTkyf9w0EDbbfbg'" // String |
|
|
1431
|
-
};
|
|
1432
|
-
apiInstance.pgStartZoomMeetingAuthZoomStartAppIdLinkUuidPost_0(appId, linkUuid, startMeetingRequest, opts, (error, data, response) => {
|
|
1433
|
-
if (error) {
|
|
1434
|
-
console.error(error);
|
|
1435
|
-
} else {
|
|
1436
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
1437
|
-
}
|
|
1438
|
-
});
|
|
1439
|
-
```
|
|
1440
|
-
|
|
1441
|
-
### Parameters
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
Name | Type | Description | Notes
|
|
1445
|
-
------------- | ------------- | ------------- | -------------
|
|
1446
|
-
**appId** | **Number**| |
|
|
1447
|
-
**linkUuid** | **String**| |
|
|
1448
|
-
**startMeetingRequest** | [**StartMeetingRequest**](StartMeetingRequest.md)| |
|
|
1449
|
-
**clientSecret** | **String**| | [optional] [default to 'ghFlPlwVN11IQuTIEj4nlB1i67iQQel9']
|
|
1450
|
-
**clientId** | **String**| | [optional] [default to '7c19WxdRTkyf9w0EDbbfbg']
|
|
1451
|
-
|
|
1452
|
-
### Return type
|
|
1453
|
-
|
|
1454
|
-
**Object**
|
|
1455
|
-
|
|
1456
|
-
### Authorization
|
|
1457
|
-
|
|
1458
|
-
No authorization required
|
|
1459
|
-
|
|
1460
|
-
### HTTP request headers
|
|
1461
|
-
|
|
1462
|
-
- **Content-Type**: application/json
|
|
1463
|
-
- **Accept**: application/json
|
|
1464
|
-
|