RelyingPartyServer<Request, Response> class abstract

Defines class that an implementation of a relying party server should extend.

Implementers

Constructors

RelyingPartyServer()

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.
initAuthenticateWithAutoComplete(Request request) Future<AuthenticationInitResponse>
Initiates the authentication by asking for a challenge. Can be implemented if the relying party server provides a different endpoint for autocompleted sign ins.
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