Module: Increase::Models::CardPayment::Element::CardAuthentication::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/increase/models/card_payment.rb
Overview
The status of the card authentication.
Constant Summary collapse
- DENIED =
The authentication attempt was denied.
:denied- AUTHENTICATED_WITH_CHALLENGE =
The authentication attempt was authenticated with a challenge.
:authenticated_with_challenge- AUTHENTICATED_WITHOUT_CHALLENGE =
The authentication attempt was authenticated without a challenge.
:authenticated_without_challenge- AWAITING_CHALLENGE =
The authentication attempt is awaiting a challenge.
:awaiting_challenge- VALIDATING_CHALLENGE =
The authentication attempt is validating a challenge.
:validating_challenge- CANCELED =
The authentication attempt was canceled.
:canceled- TIMED_OUT_AWAITING_CHALLENGE =
The authentication attempt timed out while awaiting a challenge.
:timed_out_awaiting_challenge- ERRORED =
The authentication attempt errored.
:errored- EXCEEDED_ATTEMPT_THRESHOLD =
The authentication attempt exceeded the attempt threshold.
:exceeded_attempt_threshold
Method Summary
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info