Module: CheckoutSdk::Sessions::Experience

Defined in:
lib/checkout_sdk/sessions/experience.rb

Overview

The authentication experience chosen for a session.

Used by SessionRequest#preferred_experiences, which takes an array of these values.

[Optional]

Constant Summary collapse

THREE_DS =

3D Secure authentication. The constant is named THREE_DS because a Ruby constant cannot begin with a digit; the wire value is '3ds'.

'3ds'
GOOGLE_SPA =

Google Secure Payment Authentication.

'google_spa'