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 Boolean
isSuccess
public final String
customerUUID
public final String
selfieBase64
public final String
encryptedSelfieBase64
public ResultCode
resultCode
public Throwable
error
public DeviceStats
deviceStats
-
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)
-
-
-
-