AuthmeSdk class
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