ICredentialStore class abstract

Interface for credential stores which are used to store and lookup credentials to authenticate against external services.

See CredentialParams See ConnectionParams

Implementers

Constructors

ICredentialStore()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

lookup(String? correlationId, String? key) Future<CredentialParams?>
Lookups credential parameters by its key.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
store(String? correlationId, String key, CredentialParams credential) Future
Stores credential parameters into the store.
toString() String
A string representation of this object.
inherited

Operators

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