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

CredentialProvider()

Properties

hashCode int
The hash code for this object.
no setterinherited
principal String
The principal this provider authenticates as.
no setter
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
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