Package com.incode.welcome_sdk.results
Class FaceAuthenticationResult
-
- All Implemented Interfaces:
public final class FaceAuthenticationResult extends BaseResult
Stores the result of a Face authentication attempt.
- Since:
-
-
Field Summary
Fields Modifier and Type Field Description public final BooleanisSuccesspublic final StringcustomerUUIDpublic final StringselfieBase64public final StringencryptedSelfieBase64public ResultCoderesultCodepublic Throwableerrorpublic DeviceStatsdeviceStats
-
Constructor Summary
Constructors Constructor Description FaceAuthenticationResult(ResultCode resultCode, Throwable error, Boolean isSuccess, String customerUUID, String selfieBase64, String encryptedSelfieBase64)FaceAuthenticationResult(ResultCode resultCode, Throwable error, Boolean isSuccess, String customerUUID, String selfieBase64)FaceAuthenticationResult(ResultCode resultCode, Throwable error, Boolean isSuccess, String customerUUID)FaceAuthenticationResult(ResultCode resultCode, Throwable error, Boolean isSuccess)FaceAuthenticationResult(ResultCode resultCode, Throwable error)FaceAuthenticationResult(ResultCode resultCode)
-
Method Summary
-
-
Constructor Detail
-
FaceAuthenticationResult
FaceAuthenticationResult(ResultCode resultCode, Throwable error, Boolean isSuccess, String customerUUID, String selfieBase64, String encryptedSelfieBase64)
-
FaceAuthenticationResult
FaceAuthenticationResult(ResultCode resultCode, Throwable error, Boolean isSuccess, String customerUUID, String selfieBase64)
-
FaceAuthenticationResult
FaceAuthenticationResult(ResultCode resultCode, Throwable error, Boolean isSuccess, String customerUUID)
-
FaceAuthenticationResult
FaceAuthenticationResult(ResultCode resultCode, Throwable error, Boolean isSuccess)
-
FaceAuthenticationResult
FaceAuthenticationResult(ResultCode resultCode, Throwable error)
-
FaceAuthenticationResult
FaceAuthenticationResult(ResultCode resultCode)
-
-
Method Detail
-
toString
String toString()
Returns a string representation of the object.
Note: To avoid clogging up logcat and leaking PII, the following fields are redacted from the String representation of FaceAuthenticationResult:
- Since:
-
-
-
-