IDV class

Entry point of the Regula IDV.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionRestoreMode SessionRestoreMode
no getter

Methods

configureWithApiKey(ApiKeyConnectionConfig config) Future<(bool, String?)>
configureWithCredentials(CredentialsConnectionConfig config) Future<(bool, String?)>
configureWithToken(TokenConnectionConfig config) Future<(List<String>?, String?)>
deinitialize() Future<(bool, String?)>
getCurrentSessionId() Future<String?>
getWorkflows() Future<(List<Workflow>?, String?)>
initialize() Future<(bool, String?)>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareWorkflow(PrepareWorkflowConfig config) Future<(Workflow?, String?)>
setListener({void didStartSession()?, void didEndSession()?, void didStartRestoreSession()?, void didContinueRemoteSession()?}) → void
startWorkflow({StartWorkflowConfig? config}) Future<(WorkflowResult?, String?)>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance IDV
The only instance of singleton class IDV.
no setter