ICredentialStore class

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. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

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

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited