CertificateAuthenticator class Authentication

Authenticator which uses an SSL certificate and key to authenticate with a cluster.

Implemented types

Constructors

CertificateAuthenticator({required String certificatePath, required String keyPath})

Properties

certificatePath String
The path to the certificate which should be used for certificate authentication.
final
hashCode int
The hash code for this object.
no setterinherited
keyPath String
The path to the key which should be used for certificate authentication.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited