Class DigifiedConstants.Authorization
java.lang.Object
io.digified.digified_library.digified.DigifiedConstants.Authorization
- Enclosing class:
- DigifiedConstants
Contains the possible authorization results
(whether you should allow your user to do a certain action or not)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final 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 wellstatic final 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 checkstatic final int
the process was interrupted by the user (cancelled the new selfie capturing)static final int
this is the initial value -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNKNOWN
public static final int UNKNOWNthis is the initial value- See Also:
-
AUTHORIZE
public static final int AUTHORIZEuser 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- See Also:
-
INTERRUPTED
public static final int INTERRUPTEDthe process was interrupted by the user (cancelled the new selfie capturing)- See Also:
-
FORBID
public static final int FORBIDused 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- See Also:
-
-
Constructor Details
-
Authorization
public Authorization()
-