Challenge class

A multi-factor challenge.

Constructors

Challenge({required ChallengeType type, String? oobCode, String? bindingMethod})
Challenge.fromMap(Map result)
factory

Properties

bindingMethod String?
When the challenge response includes a prompt binding method, your app needs to prompt the user for the binding_code and send it as part of the request.
final
hashCode int
The hash code for this object.
no setterinherited
oobCode String?
Out-of-Band (OOB) code.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ChallengeType
How the user will get the challenge and prove possession.
final

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