AsanLoginConfig class

Constructors

AsanLoginConfig({required String mobileKeyAndroid, required String mobileKeyIos, AsanLoginEnvironment environment = AsanLoginEnvironment.prod, bool clearCookies = true})
Configurations for AsanLoginView
const

Properties

clearCookies bool
When set as true, user stays as logged in if previously logged.
final
environment AsanLoginEnvironment
Defines environment for ASAN Login.
final
hashCode int
The hash code for this object.
no setterinherited
mobileKeyAndroid String
The mobileKey for Android (a.k.a packageName) under which your project is registered on ASAN Login
final
mobileKeyIos String
The mobileKey for iOS (a.k.a packageName) under which your project is registered on ASAN Login system.
final
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