AuthProvider class abstract

An adapter used to execute various methods of Authentication.

Provides information for processing by the method defined in providerId.

Authenticationの各種メソッドを実行するために利用するアダプター。

providerIdで定義された方法によって処理を行うための情報を提供します。

Implementers
Available Extensions

Constructors

AuthProvider()
An adapter used to execute various methods of Authentication.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
providerId String
ID that defines the provider's process.
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
toString() String
A string representation of this object.
inherited

Operators

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