Package 

Enum ThreeDS2Info.AuthStatus

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public enum ThreeDS2Info.AuthStatus
     implements Parcelable
                        

    Enumeration of possible statuses for 3-D Secure authentication.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AUTH_PARAMS_REQUIRED

      Authentication parameters are required.

      INFORMATIONAL_ONLY

      Informational only; 3DS Requestor challenge preference acknowledged.

      FAILED

      Authentication/verification cannot be performed due to some technical or other problems.

      REJECTED

      Issuer is rejecting authentication/verification and request that authorisation not attempted.

      DENIED

      Not authenticated or account not verified, transaction denied.

      DECOUPLED_CONFIRMED

      External challenge required; decoupled authentication confirmed.

      CHALLENGE_REQUIRED

      In-app challenge required; additional authentication is required using in-app challenge screens.

      ATTEMPT_PROCESSING_PERFORMED

      Not authentication/not verified, but a proof of attempted authentication/verification is provided.

      AUTHENTICATED

      Authentication/verification successful.