AuthmeSdk class

Constructors

AuthmeSdk()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
resultStream Stream<Map<String, dynamic>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

confirmScanResult([Map<String, dynamic>? modifiedData]) Future<void>
dispose() → void
initialize(String serverURL, String activateToken, String activateCertificate, {bool showStatement = true, List<SSLConfig>? sslConfigs}) Future<void>
showStatement: this parts for Android only.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshToken(String token) Future<void>
setLocale(AuthmeLocale locale) Future<void>
setUIConfig(AuthMeUIConfig uiConfig) Future<void>
startFeature(String accessToken, AuthmeFeature feature, {int requestCode = 1001, bool needConfirm = true, bool isResultPageDisplayable = true, bool isResultEditable = true, bool isFraudIntroEnable = true}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited