C# Class Amazon.CognitoIdentityProvider.ChallengeNameType

Constants used for properties of type ChallengeNameType.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
ADMIN_NO_SRP_AUTH ChallengeNameType
CUSTOM_CHALLENGE ChallengeNameType
DEVICE_PASSWORD_VERIFIER ChallengeNameType
DEVICE_SRP_AUTH ChallengeNameType
NEW_PASSWORD_REQUIRED ChallengeNameType
PASSWORD_VERIFIER ChallengeNameType
SMS_MFA ChallengeNameType

Méthodes publiques

Méthode Description
ChallengeNameType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : ChallengeNameType

Finds the constant for the unique value.

Method Details

ChallengeNameType() public méthode

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public ChallengeNameType ( string value ) : System
value string
Résultat System

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : ChallengeNameType
value string The unique value for the constant
Résultat ChallengeNameType

Property Details

ADMIN_NO_SRP_AUTH public_oe static_oe property

Constant ADMIN_NO_SRP_AUTH for ChallengeNameType
public static ChallengeNameType,Amazon.CognitoIdentityProvider ADMIN_NO_SRP_AUTH
Résultat ChallengeNameType

CUSTOM_CHALLENGE public_oe static_oe property

Constant CUSTOM_CHALLENGE for ChallengeNameType
public static ChallengeNameType,Amazon.CognitoIdentityProvider CUSTOM_CHALLENGE
Résultat ChallengeNameType

DEVICE_PASSWORD_VERIFIER public_oe static_oe property

Constant DEVICE_PASSWORD_VERIFIER for ChallengeNameType
public static ChallengeNameType,Amazon.CognitoIdentityProvider DEVICE_PASSWORD_VERIFIER
Résultat ChallengeNameType

DEVICE_SRP_AUTH public_oe static_oe property

Constant DEVICE_SRP_AUTH for ChallengeNameType
public static ChallengeNameType,Amazon.CognitoIdentityProvider DEVICE_SRP_AUTH
Résultat ChallengeNameType

NEW_PASSWORD_REQUIRED public_oe static_oe property

Constant NEW_PASSWORD_REQUIRED for ChallengeNameType
public static ChallengeNameType,Amazon.CognitoIdentityProvider NEW_PASSWORD_REQUIRED
Résultat ChallengeNameType

PASSWORD_VERIFIER public_oe static_oe property

Constant PASSWORD_VERIFIER for ChallengeNameType
public static ChallengeNameType,Amazon.CognitoIdentityProvider PASSWORD_VERIFIER
Résultat ChallengeNameType

SMS_MFA public_oe static_oe property

Constant SMS_MFA for ChallengeNameType
public static ChallengeNameType,Amazon.CognitoIdentityProvider SMS_MFA
Résultat ChallengeNameType