UNPKG

ibm-cloud-sdk-core

Version:

Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.

54 lines (26 loc) 1.01 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [ibm-cloud-sdk-core](./ibm-cloud-sdk-core.md) &gt; [TokenRequestBasedAuthenticator](./ibm-cloud-sdk-core.tokenrequestbasedauthenticator.md) &gt; [setDisableSslVerification](./ibm-cloud-sdk-core.tokenrequestbasedauthenticator.setdisablesslverification.md) ## TokenRequestBasedAuthenticator.setDisableSslVerification() method Set the flag that indicates whether verification of the server's SSL certificate should be disabled or not. **Signature:** ```typescript setDisableSslVerification(value: boolean): void; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> value </td><td> boolean </td><td> a flag that indicates whether verification of the token server's SSL certificate should be disabled or not. </td></tr> </tbody></table> **Returns:** void