Class: CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationAttemptRequest
- Inherits:
-
Object
- Object
- CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationAttemptRequest
- 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
- #client_information ⇒ CheckoutSdk::Identities::IdentityVerification::IdvClientInformation
-
#redirect_url ⇒ String
URL to redirect the applicant after the attempt.
Instance Attribute Details
#client_information ⇒ CheckoutSdk::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_url ⇒ String
Returns 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 |