Class: CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationAttemptRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/identities/face_authentication/face_authentication_attempt_request.rb

Overview

Request body for POST /face-authentications/id/attempts.

Instance Attribute Summary collapse

Instance Attribute Details

#client_informationCheckoutSdk::Identities::IdentityVerification::IdvClientInformation



12
13
14
# File 'lib/checkout_sdk/identities/face_authentication/face_authentication_attempt_request.rb', line 12

class FaceAuthenticationAttemptRequest
  attr_accessor :redirect_url, :client_information
end

#redirect_urlString

Returns URL to redirect the applicant after the attempt.

Returns:

  • (String)

    URL to redirect the applicant after the attempt.



12
13
14
# File 'lib/checkout_sdk/identities/face_authentication/face_authentication_attempt_request.rb', line 12

class FaceAuthenticationAttemptRequest
  attr_accessor :redirect_url, :client_information
end