DigifiedAuthorization class final

Contains the possible authorization results (whether you should allow your user to do a certain action or not)

Constructors

DigifiedAuthorization()

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

Constants

authorize → const int
user should be authorized from accessing the action they want to do in your app this means that they have an old verification result that is success full and that the new selfie taken matches the old selfie and it's live as well
forbid → const int
used should be forbidden from accessing the action they want to do in your app, either because the old verification is not found, rejected or there is a problem with the new selfie check
interrupted → const int
the process was interrupted by the user (cancelled the new selfie capturing)
unknown → const int
this is the initial value