ClientCertificateProviders
You can directly use an instance of this class.
clientCertificateProviders
this class is experimental. Exposed as preview feature.
Defines the object which holds the common ClientCertificateProviders used in the Driver
Method Summary
Public Methods | ||
public |
rotating(param0: object): RotatingClientCertificateProvider |
Public Methods
public rotating(param0: object): RotatingClientCertificateProvider source
Params:
Name | Type | Attribute | Description |
param0 | object | The params |
|
param0.initialCertificate | ClientCertificate | The certificated used by the driver until RotatingClientCertificateProvider#updateCertificate get called. |
Throw:
TypeError |
If initialCertificate is not a ClientCertificate. |