You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* not part of public api, don't include in generated docs
13
+
*/
14
+
constructor(){
15
+
this.GetPublicKey=this.GetPublicKey.bind(this)
16
+
}
17
+
18
+
/**
19
+
* Get a single cert public key. Returns a JSON Web Key (JWK). Can be used for validating the token was signed by OrderCloud.
20
+
* Check out the {@link https://ordercloud.io/api-reference/authentication-and-authorization/certs/get-public-key|api docs} for more info
21
+
*
22
+
* @param ID ID of the public key.
23
+
* @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation).
24
+
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
25
+
* @param requestOptions.requestType Provide a value that can be used to identify the type of request. Useful for error logs.
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Certs.ts#L8">api/Certs.ts:8</a></li></ul></aside>
24
+
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Certs.ts#L7">api/Certs.ts:7</a></li></ul></aside>
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Certs.ts#L9">api/Certs.ts:9</a></li></ul></aside></section></section>
45
+
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Certs.ts#L8">api/Certs.ts:8</a></li></ul></aside></section></section>
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Certs.ts#L47">api/Certs.ts:47</a></li></ul></aside></li></ul></section>
61
+
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Certs.ts#L50">api/Certs.ts:50</a></li></ul></aside></li></ul></section>
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Certs.ts#L28">api/Certs.ts:28</a></li></ul></aside></li></ul></section></section></div>
86
+
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Certs.ts#L27">api/Certs.ts:27</a></li></ul></aside></li></ul></section></section></div>
0 commit comments