WebAuthenticationService class abstract

This interface defines a Web Authentication service.

Constructors

WebAuthenticationService()
The default, const constructor. Used by subclasses.
const

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

login() Future<Map<String, dynamic>>
Perform a login using web authentication.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register() Future<Map<String, dynamic>>
Perform a registration using web authentication.
revoke() Future<Map<String, dynamic>>
Revoke the web authentication for the current user.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited