RelyingPartyServer<Request, Response> class
abstract
Defines an interface that an implementation of a relying party server should comply to.
- Implementers
Constructors
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
-
completeAuthenticate(
AuthenticationCompleteRequest request) → Future< Response> - Completes the authentication by sending the solution to the challenge back.
-
completeRegister(
RegistrationCompleteRequest request) → Future< Response> - Completes the registration by sending the solution to the challenge back.
-
initAuthenticate(
Request request) → Future< AuthenticationInitResponse> - Initiates the authentication by asking for a challenge.
-
initRegister(
Request request) → Future< RegistrationInitResponse> - Initiates the registration by asking for a challenge.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited