TinkoffIdFailure enum

Reasons for failed login.

Inheritance

Constructors

TinkoffIdFailure()
const

Values

cancelledByUser → const TinkoffIdFailure

An user canceled the login.

webResourceError → const TinkoffIdFailure

Error loading a web resource from a link or redirect.

noCodeInRedirectUri → const TinkoffIdFailure

After a successful login, there was a redirect to a link that does not contain a confirmation code.

apiCallError → const TinkoffIdFailure

Failed to exchange code for a set of tokens request.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<TinkoffIdFailure>
A constant List of the values in this enum, in order of their declaration.