@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,209 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* FastAPI
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import ApiClient from "../ApiClient";
|
|
16
|
-
import HTTPValidationError from '../model/HTTPValidationError';
|
|
17
|
-
import VeriffSessionRequest from '../model/VeriffSessionRequest';
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Veriff service.
|
|
21
|
-
* @module api/VeriffApi
|
|
22
|
-
* @version 0.1.0
|
|
23
|
-
*/
|
|
24
|
-
export default class VeriffApi {
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Constructs a new VeriffApi.
|
|
28
|
-
* @alias module:api/VeriffApi
|
|
29
|
-
* @class
|
|
30
|
-
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
31
|
-
* default to {@link module:ApiClient#instance} if unspecified.
|
|
32
|
-
*/
|
|
33
|
-
constructor(apiClient) {
|
|
34
|
-
this.apiClient = apiClient || ApiClient.instance;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* Callback function to receive the result of the createVeriffSessionVeriffSessionPost operation.
|
|
40
|
-
* @callback module:api/VeriffApi~createVeriffSessionVeriffSessionPostCallback
|
|
41
|
-
* @param {String} error Error message, if any.
|
|
42
|
-
* @param {Object} data The data returned by the service call.
|
|
43
|
-
* @param {String} response The complete HTTP response.
|
|
44
|
-
*/
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* Create Veriff Session
|
|
48
|
-
* Create verification session
|
|
49
|
-
* @param {module:model/VeriffSessionRequest} veriffSessionRequest
|
|
50
|
-
* @param {module:api/VeriffApi~createVeriffSessionVeriffSessionPostCallback} callback The callback function, accepting three arguments: error, data, response
|
|
51
|
-
* data is of type: {@link Object}
|
|
52
|
-
*/
|
|
53
|
-
createVeriffSessionVeriffSessionPost(veriffSessionRequest, callback) {
|
|
54
|
-
let postBody = veriffSessionRequest;
|
|
55
|
-
// verify the required parameter 'veriffSessionRequest' is set
|
|
56
|
-
if (veriffSessionRequest === undefined || veriffSessionRequest === null) {
|
|
57
|
-
throw new Error("Missing the required parameter 'veriffSessionRequest' when calling createVeriffSessionVeriffSessionPost");
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
let pathParams = {
|
|
61
|
-
};
|
|
62
|
-
let queryParams = {
|
|
63
|
-
};
|
|
64
|
-
let headerParams = {
|
|
65
|
-
};
|
|
66
|
-
let formParams = {
|
|
67
|
-
};
|
|
68
|
-
|
|
69
|
-
let authNames = [];
|
|
70
|
-
let contentTypes = ['application/json'];
|
|
71
|
-
let accepts = ['application/json'];
|
|
72
|
-
let returnType = Object;
|
|
73
|
-
return this.apiClient.callApi(
|
|
74
|
-
'/veriff/session/', 'POST',
|
|
75
|
-
pathParams, queryParams, headerParams, formParams, postBody,
|
|
76
|
-
authNames, contentTypes, accepts, returnType, null, callback
|
|
77
|
-
);
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* Callback function to receive the result of the pollVeriffSessionVeriffPollSessionSessionIdPatch operation.
|
|
82
|
-
* @callback module:api/VeriffApi~pollVeriffSessionVeriffPollSessionSessionIdPatchCallback
|
|
83
|
-
* @param {String} error Error message, if any.
|
|
84
|
-
* @param {Object} data The data returned by the service call.
|
|
85
|
-
* @param {String} response The complete HTTP response.
|
|
86
|
-
*/
|
|
87
|
-
|
|
88
|
-
/**
|
|
89
|
-
* Poll Veriff Session
|
|
90
|
-
* @param {String} sessionId
|
|
91
|
-
* @param {module:api/VeriffApi~pollVeriffSessionVeriffPollSessionSessionIdPatchCallback} callback The callback function, accepting three arguments: error, data, response
|
|
92
|
-
* data is of type: {@link Object}
|
|
93
|
-
*/
|
|
94
|
-
pollVeriffSessionVeriffPollSessionSessionIdPatch(sessionId, callback) {
|
|
95
|
-
let postBody = null;
|
|
96
|
-
// verify the required parameter 'sessionId' is set
|
|
97
|
-
if (sessionId === undefined || sessionId === null) {
|
|
98
|
-
throw new Error("Missing the required parameter 'sessionId' when calling pollVeriffSessionVeriffPollSessionSessionIdPatch");
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
let pathParams = {
|
|
102
|
-
'session_id': sessionId
|
|
103
|
-
};
|
|
104
|
-
let queryParams = {
|
|
105
|
-
};
|
|
106
|
-
let headerParams = {
|
|
107
|
-
};
|
|
108
|
-
let formParams = {
|
|
109
|
-
};
|
|
110
|
-
|
|
111
|
-
let authNames = [];
|
|
112
|
-
let contentTypes = [];
|
|
113
|
-
let accepts = ['application/json'];
|
|
114
|
-
let returnType = Object;
|
|
115
|
-
return this.apiClient.callApi(
|
|
116
|
-
'/veriff/poll-session/{session_id}', 'PATCH',
|
|
117
|
-
pathParams, queryParams, headerParams, formParams, postBody,
|
|
118
|
-
authNames, contentTypes, accepts, returnType, null, callback
|
|
119
|
-
);
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/**
|
|
123
|
-
* Callback function to receive the result of the uploadVeriffMediaVeriffUploadMediaSessionIdPost operation.
|
|
124
|
-
* @callback module:api/VeriffApi~uploadVeriffMediaVeriffUploadMediaSessionIdPostCallback
|
|
125
|
-
* @param {String} error Error message, if any.
|
|
126
|
-
* @param {Object} data The data returned by the service call.
|
|
127
|
-
* @param {String} response The complete HTTP response.
|
|
128
|
-
*/
|
|
129
|
-
|
|
130
|
-
/**
|
|
131
|
-
* Upload Veriff Media
|
|
132
|
-
* Upload media to specific session
|
|
133
|
-
* @param {String} sessionId
|
|
134
|
-
* @param {Array.<File>} files
|
|
135
|
-
* @param {module:api/VeriffApi~uploadVeriffMediaVeriffUploadMediaSessionIdPostCallback} callback The callback function, accepting three arguments: error, data, response
|
|
136
|
-
* data is of type: {@link Object}
|
|
137
|
-
*/
|
|
138
|
-
uploadVeriffMediaVeriffUploadMediaSessionIdPost(sessionId, files, callback) {
|
|
139
|
-
let postBody = null;
|
|
140
|
-
// verify the required parameter 'sessionId' is set
|
|
141
|
-
if (sessionId === undefined || sessionId === null) {
|
|
142
|
-
throw new Error("Missing the required parameter 'sessionId' when calling uploadVeriffMediaVeriffUploadMediaSessionIdPost");
|
|
143
|
-
}
|
|
144
|
-
// verify the required parameter 'files' is set
|
|
145
|
-
if (files === undefined || files === null) {
|
|
146
|
-
throw new Error("Missing the required parameter 'files' when calling uploadVeriffMediaVeriffUploadMediaSessionIdPost");
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
let pathParams = {
|
|
150
|
-
'session_id': sessionId
|
|
151
|
-
};
|
|
152
|
-
let queryParams = {
|
|
153
|
-
};
|
|
154
|
-
let headerParams = {
|
|
155
|
-
};
|
|
156
|
-
let formParams = {
|
|
157
|
-
'files': this.apiClient.buildCollectionParam(files, 'passthrough')
|
|
158
|
-
};
|
|
159
|
-
|
|
160
|
-
let authNames = [];
|
|
161
|
-
let contentTypes = ['multipart/form-data'];
|
|
162
|
-
let accepts = ['application/json'];
|
|
163
|
-
let returnType = Object;
|
|
164
|
-
return this.apiClient.callApi(
|
|
165
|
-
'/veriff/upload-media/{session_id}', 'POST',
|
|
166
|
-
pathParams, queryParams, headerParams, formParams, postBody,
|
|
167
|
-
authNames, contentTypes, accepts, returnType, null, callback
|
|
168
|
-
);
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
/**
|
|
172
|
-
* Callback function to receive the result of the veriffWebhookVeriffWebhookPost operation.
|
|
173
|
-
* @callback module:api/VeriffApi~veriffWebhookVeriffWebhookPostCallback
|
|
174
|
-
* @param {String} error Error message, if any.
|
|
175
|
-
* @param {Object} data The data returned by the service call.
|
|
176
|
-
* @param {String} response The complete HTTP response.
|
|
177
|
-
*/
|
|
178
|
-
|
|
179
|
-
/**
|
|
180
|
-
* Veriff Webhook
|
|
181
|
-
* Handle incoming webhook events from Veriff
|
|
182
|
-
* @param {module:api/VeriffApi~veriffWebhookVeriffWebhookPostCallback} callback The callback function, accepting three arguments: error, data, response
|
|
183
|
-
* data is of type: {@link Object}
|
|
184
|
-
*/
|
|
185
|
-
veriffWebhookVeriffWebhookPost(callback) {
|
|
186
|
-
let postBody = null;
|
|
187
|
-
|
|
188
|
-
let pathParams = {
|
|
189
|
-
};
|
|
190
|
-
let queryParams = {
|
|
191
|
-
};
|
|
192
|
-
let headerParams = {
|
|
193
|
-
};
|
|
194
|
-
let formParams = {
|
|
195
|
-
};
|
|
196
|
-
|
|
197
|
-
let authNames = [];
|
|
198
|
-
let contentTypes = [];
|
|
199
|
-
let accepts = ['application/json'];
|
|
200
|
-
let returnType = Object;
|
|
201
|
-
return this.apiClient.callApi(
|
|
202
|
-
'/veriff/webhook', 'POST',
|
|
203
|
-
pathParams, queryParams, headerParams, formParams, postBody,
|
|
204
|
-
authNames, contentTypes, accepts, returnType, null, callback
|
|
205
|
-
);
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
}
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* FastAPI
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import ApiClient from "../ApiClient";
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* WellKnown service.
|
|
19
|
-
* @module api/WellKnownApi
|
|
20
|
-
* @version 0.1.0
|
|
21
|
-
*/
|
|
22
|
-
export default class WellKnownApi {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* Constructs a new WellKnownApi.
|
|
26
|
-
* @alias module:api/WellKnownApi
|
|
27
|
-
* @class
|
|
28
|
-
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
29
|
-
* default to {@link module:ApiClient#instance} if unspecified.
|
|
30
|
-
*/
|
|
31
|
-
constructor(apiClient) {
|
|
32
|
-
this.apiClient = apiClient || ApiClient.instance;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* Callback function to receive the result of the appleAppSiteAssociationAppleAppSiteAssociationGet operation.
|
|
38
|
-
* @callback module:api/WellKnownApi~appleAppSiteAssociationAppleAppSiteAssociationGetCallback
|
|
39
|
-
* @param {String} error Error message, if any.
|
|
40
|
-
* @param {Object} data The data returned by the service call.
|
|
41
|
-
* @param {String} response The complete HTTP response.
|
|
42
|
-
*/
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* Apple App Site Association
|
|
46
|
-
* @param {module:api/WellKnownApi~appleAppSiteAssociationAppleAppSiteAssociationGetCallback} callback The callback function, accepting three arguments: error, data, response
|
|
47
|
-
* data is of type: {@link Object}
|
|
48
|
-
*/
|
|
49
|
-
appleAppSiteAssociationAppleAppSiteAssociationGet(callback) {
|
|
50
|
-
let postBody = null;
|
|
51
|
-
|
|
52
|
-
let pathParams = {
|
|
53
|
-
};
|
|
54
|
-
let queryParams = {
|
|
55
|
-
};
|
|
56
|
-
let headerParams = {
|
|
57
|
-
};
|
|
58
|
-
let formParams = {
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
let authNames = [];
|
|
62
|
-
let contentTypes = [];
|
|
63
|
-
let accepts = ['application/json'];
|
|
64
|
-
let returnType = Object;
|
|
65
|
-
return this.apiClient.callApi(
|
|
66
|
-
'/apple-app-site-association', 'GET',
|
|
67
|
-
pathParams, queryParams, headerParams, formParams, postBody,
|
|
68
|
-
authNames, contentTypes, accepts, returnType, null, callback
|
|
69
|
-
);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* Callback function to receive the result of the appleAppSiteAssociationWellKnownAppleAppSiteAssociationGet operation.
|
|
74
|
-
* @callback module:api/WellKnownApi~appleAppSiteAssociationWellKnownAppleAppSiteAssociationGetCallback
|
|
75
|
-
* @param {String} error Error message, if any.
|
|
76
|
-
* @param {Object} data The data returned by the service call.
|
|
77
|
-
* @param {String} response The complete HTTP response.
|
|
78
|
-
*/
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* Apple App Site Association
|
|
82
|
-
* @param {module:api/WellKnownApi~appleAppSiteAssociationWellKnownAppleAppSiteAssociationGetCallback} callback The callback function, accepting three arguments: error, data, response
|
|
83
|
-
* data is of type: {@link Object}
|
|
84
|
-
*/
|
|
85
|
-
appleAppSiteAssociationWellKnownAppleAppSiteAssociationGet(callback) {
|
|
86
|
-
let postBody = null;
|
|
87
|
-
|
|
88
|
-
let pathParams = {
|
|
89
|
-
};
|
|
90
|
-
let queryParams = {
|
|
91
|
-
};
|
|
92
|
-
let headerParams = {
|
|
93
|
-
};
|
|
94
|
-
let formParams = {
|
|
95
|
-
};
|
|
96
|
-
|
|
97
|
-
let authNames = [];
|
|
98
|
-
let contentTypes = [];
|
|
99
|
-
let accepts = ['application/json'];
|
|
100
|
-
let returnType = Object;
|
|
101
|
-
return this.apiClient.callApi(
|
|
102
|
-
'/.well-known/apple-app-site-association', 'GET',
|
|
103
|
-
pathParams, queryParams, headerParams, formParams, postBody,
|
|
104
|
-
authNames, contentTypes, accepts, returnType, null, callback
|
|
105
|
-
);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
/**
|
|
109
|
-
* Callback function to receive the result of the jwksWellKnownJwksJsonGet operation.
|
|
110
|
-
* @callback module:api/WellKnownApi~jwksWellKnownJwksJsonGetCallback
|
|
111
|
-
* @param {String} error Error message, if any.
|
|
112
|
-
* @param {Object} data The data returned by the service call.
|
|
113
|
-
* @param {String} response The complete HTTP response.
|
|
114
|
-
*/
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* Jwks
|
|
118
|
-
* @param {module:api/WellKnownApi~jwksWellKnownJwksJsonGetCallback} callback The callback function, accepting three arguments: error, data, response
|
|
119
|
-
* data is of type: {@link Object}
|
|
120
|
-
*/
|
|
121
|
-
jwksWellKnownJwksJsonGet(callback) {
|
|
122
|
-
let postBody = null;
|
|
123
|
-
|
|
124
|
-
let pathParams = {
|
|
125
|
-
};
|
|
126
|
-
let queryParams = {
|
|
127
|
-
};
|
|
128
|
-
let headerParams = {
|
|
129
|
-
};
|
|
130
|
-
let formParams = {
|
|
131
|
-
};
|
|
132
|
-
|
|
133
|
-
let authNames = [];
|
|
134
|
-
let contentTypes = [];
|
|
135
|
-
let accepts = ['application/json'];
|
|
136
|
-
let returnType = Object;
|
|
137
|
-
return this.apiClient.callApi(
|
|
138
|
-
'/.well-known/jwks.json', 'GET',
|
|
139
|
-
pathParams, queryParams, headerParams, formParams, postBody,
|
|
140
|
-
authNames, contentTypes, accepts, returnType, null, callback
|
|
141
|
-
);
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
}
|