OneginiEventListener class

Implemented types

Constructors

OneginiEventListener(StreamController<OWEvent> broadCastController)

Properties

broadCastController StreamController<OWEvent>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

n2fCloseAuthOtp() → void
Called to close OTP authentication.
override
n2fCloseFingerprintScreen() → void
Called to close fingerprint screen.
override
n2fClosePinAuthentication() → void
Called to close pin authentication screen.
override
n2fClosePinCreation() → void
Called to close pin registration screen.
override
n2fEventFinishCustomRegistration(OWCustomInfo? customInfo, String providerId) → void
Called when the FinishCustomRegistration event occurs and a response should be given
override
n2fEventInitCustomRegistration(OWCustomInfo? customInfo, String providerId) → void
Custom Registration related events
override
n2fHandleRegisteredUrl(String url) → void
Browser Registration related events
override
n2fNextFingerprintAuthenticationAttempt() → void
Called when fingerprint was received.
override
n2fNextPinAuthenticationAttempt(OWAuthenticationAttempt authenticationAttempt) → void
Called to attempt next pin authentication.
override
n2fOpenAuthOtp(String? message) → void
OTP Mobile authentication related events
override
n2fOpenFingerprintScreen() → void
Called to open fingerprint screen.
override
n2fOpenPinAuthentication() → void
Pin Authentication related events
override
n2fOpenPinCreation() → void
Pin Creation related events
override
n2fPinNotAllowed(OWOneginiError error) → void
Called to indicate that the given pin is not allowed for pin creation
override
n2fShowScanningFingerprint() → void
Fingerprint related events
override
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