CredentialProvider class abstract
Produces the Credential a connecting agent/client presents in answer to a Hub-issued auth challenge.
Token providers ignore the challenge; public-key providers sign it so a captured credential cannot be replayed onto a new connection.
- Implementers
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
provide(
{required Uint8List challenge}) → Future< Credential> -
Builds a credential answering
challenge. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited