MLoginConfig enum

Defines available configurations for the MLoginSDK

Expected as parameter when accessing the central MLogin class.

Inheritance

Constructors

MLoginConfig()
const

Values

i2 → const MLoginConfig

I2 environment for development. Only recommended to access bleeding-edge features that are not yet part of a stable MLogin release.

Requires some basic auth for web site access (login, register, portal). Needs to be set as build variable

k → const MLoginConfig

K environment for testing. This is the configuration recommended for dev and staging builds of apps that integrate the MLogin

Requires some basic auth for web site access (login, register, portal)

p → const MLoginConfig

P environment for productive builds.

Full security in place.

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