Constants class

The class with constant values.

Contains names of methods that Flutter calls on native code, and events that comes back to Flutter.

Constructors

Constants()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

wrapperTypeError OneginiError
getter/setter pair

Constants

acceptFingerprintAuthenticationRequest → const String
Accept fingerprint authentication request method name
acceptOtpAuthenticationRequest → const String
Accept OTP authentication request method name
acceptPinAuthenticationRequest → const String
Accept pin authentication request method name
acceptPinRegistrationRequest → const String
Accept pin registration request method name
authenticateDevice → const String
authenticateUser → const String
Authenticate user method name
authenticateUserImplicitly → const String
cancelRegistrationMethod → const String
changePin → const String
Change pin method name
customTwoStepRegistrationReturnError → const String
Custom two step registration return error method name
customTwoStepRegistrationReturnSuccess → const String
Custom two step registration return success method name
denyFingerprintAuthenticationRequest → const String
Deny fingerprint authentication request method name
denyOtpAuthenticationRequest → const String
Deny OTP authentication request method name
denyPinAuthenticationRequest → const String
Deny pin authentication request method name
denyPinRegistrationRequest → const String
Deny pin registration request method name
deregisterAuthenticator → const String
deregisterUserMethod → const String
Deregister user method name
eventCancelAuthOTP → const String
Cancel auth OTP event name
eventCloseAuthOTP → const String
Close auth OTP event name
eventCloseFingerprintAuth → const String
Close fingerprint auth event name
eventClosePin → const String
Close pin event name
eventClosePinAuth → const String
Close pin auth event name
eventError → const String
Error event name
eventHandleRegisteredUrl → const String
Handle url for registration
eventNextAuthenticationAttempt → const String
Next authentication attempt event name
eventOpenAuthOTP → const String
Open auth OTP event name
eventOpenFingerprintAuth → const String
Open fingerprint auth event name
eventOpenPin → const String
Open pin event name
eventOpenPinAuth → const String
Open pin auth event name
eventOpenPinAuthenticator → const String
Open pin authenticator event name
eventReceivedFingerprintAuth → const String
Received fingerprint auth event name
eventShowScanningFingerprintAuth → const String
Show scanning fingerprint auth event name
fingerprintFallbackToPin → const String
Fingerprint fallback to pin method name
getAccessToken → const String
getAllAuthenticators → const String
Get all authenticators method name
getAllNotRegisteredAuthenticators → const String
Get all not registered authenticators method name
getAppToWebSingleSignOn → const String
Get app to web single sign on method name
getAuthenticatedUserProfile → const String
getIdentityProvidersMethod → const String
Get identity providers method name
getImplicitResource → const String
Get implicit resource method name
getRedirectUrl → const String
getRegisteredAuthenticators → const String
Get registered authenticators method name
getResource → const String
Get resource method name
getResourceAnonymous → const String
Get resource anonymous method name
getUnauthenticatedResource → const String
Get unauthenticated resource method name
handleMobileAuthWithOtp → const String
Handle mobile auth with OTP method name
handleRegisteredUserUrl → const String
logout → const String
Logout method name
openCustomTwoStepRegistrationScreen → const String
Open custom two step registration screen event name
registerAuthenticator → const String
Register authenticator method name
registerUser → const String
Register user method name
setPreferredAuthenticator → const String
startAppMethod → const String
Start app method name
userProfiles → const String
validatePinWithPolicy → const String