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
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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