Module: CheckoutSdk::Sessions::AuthenticationMethod

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

Constant Summary collapse

FEDERATED_ID =
'federated_id'
FIDO =
'fido'
ISSUER_CREDENTIALS =
'issuer_credentials'
NO_AUTHENTICATION =
'no_authentication'
OWN_CREDENTIALS =
'own_credentials'
THIRD_PARTY_AUTHENTICATION =
'third_party_authentication'