MLoginCitError enum

Identifies an error that occurred when attempting to perform a customer initiated transaction (CIT).

Inheritance

Constructors

MLoginCitError()
const

Values

canceled → const MLoginCitError

The user canceled the process when the browser context was shown.

invalidRedirectUrl → const MLoginCitError

The redirect URL returned by the browser flow is not a valid URL.

jwtMissing → const MLoginCitError

The redirect URL returned by the browser flow does not contain the 'jwt' query parameter.

noBrowserInstalled → const MLoginCitError

Only to be expected (as a rare edge case) on Android phones. Indicates that there was no suitable browser found to run a M-Login session.

If this error occurs, the SDK has already shown an error toast to the user, so no immediate need to process this.

unknown → const MLoginCitError

Some unspecified error occurred. This indicates a bug in the sdk (or backend systems). Please contact the M-Login team!

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<MLoginCitError>
A constant List of the values in this enum, in order of their declaration.