FaceEnrollPredictResult¶
This section covers how to use the Enroll / Predict result object.
- class cryptonets_python_sdk.helper.result_objects.enrollPredictResult.FaceEnrollPredictResult(enroll_level=None, puid=None, guid=None, token=None, code=None, score=None, status=-1, message='')¶
- Attributes:
- property enroll_level: int¶
Returns the enroll_level of the user 0 - one-factor authentication
1 - two-factor authentication
- property guid: str¶
Returns the GUID of the user
Unique ID of length 20
- property message: str¶
Returns the message of the operation
- property puid: str¶
Returns the PUID of the user
Unique ID of length 20
- property status: int¶
Returns the status of the operation
0 - If successfully obtained result from server
-1 - In case of error
- property token: str¶
Returns the token for verifying the operation
Yet to be implemented for configuration