Home Reference Source
public class | since 5.19 | source

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

Public Methods

public rotating(param0: object): RotatingClientCertificateProvider source

Params:

NameTypeAttributeDescription
param0 object

The params

param0.initialCertificate ClientCertificate

The certificated used by the driver until RotatingClientCertificateProvider#updateCertificate get called.

Return:

RotatingClientCertificateProvider

The rotating client certificate provider

Throw:

TypeError

If initialCertificate is not a ClientCertificate.