Package com.incode.welcome_sdk.results
Class FaceAuthenticationResult
-
- All Implemented Interfaces:
public final class FaceAuthenticationResult extends BaseResult
-
-
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, FaceAuthenticationException error, Boolean isSuccess, String customerUUID, String selfieBase64, String encryptedSelfieBase64)FaceAuthenticationResult(ResultCode resultCode, FaceAuthenticationException error, Boolean isSuccess, String customerUUID, String selfieBase64)FaceAuthenticationResult(ResultCode resultCode, FaceAuthenticationException error, Boolean isSuccess, String customerUUID)FaceAuthenticationResult(ResultCode resultCode, FaceAuthenticationException error, Boolean isSuccess)FaceAuthenticationResult(ResultCode resultCode, FaceAuthenticationException error)FaceAuthenticationResult(ResultCode resultCode)
-
Method Summary
-
-
Constructor Detail
-
FaceAuthenticationResult
FaceAuthenticationResult(ResultCode resultCode, FaceAuthenticationException error, Boolean isSuccess, String customerUUID, String selfieBase64, String encryptedSelfieBase64)
-
FaceAuthenticationResult
FaceAuthenticationResult(ResultCode resultCode, FaceAuthenticationException error, Boolean isSuccess, String customerUUID, String selfieBase64)
-
FaceAuthenticationResult
FaceAuthenticationResult(ResultCode resultCode, FaceAuthenticationException error, Boolean isSuccess, String customerUUID)
-
FaceAuthenticationResult
FaceAuthenticationResult(ResultCode resultCode, FaceAuthenticationException error, Boolean isSuccess)
-
FaceAuthenticationResult
FaceAuthenticationResult(ResultCode resultCode, FaceAuthenticationException error)
-
FaceAuthenticationResult
FaceAuthenticationResult(ResultCode resultCode)
-
-
-
-