MultiFactorAssertionPlatform class

Represents an assertion that the Firebase Authentication server can use to authenticate a user as part of a multi-factor flow.

Inheritance
  • Object
  • PlatformInterface
  • MultiFactorAssertionPlatform

Constructors

MultiFactorAssertionPlatform()
Represents an assertion that the Firebase Authentication server can use to authenticate a user as part of a multi-factor flow.

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

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

Static Methods

verify(MultiFactorAssertionPlatform instance) → void
Ensures that any delegate class has extended a MultiFactorResolverPlatform.
override