C# Class Amazon.CognitoIdentityProvider.ChallengeNameType

Constants used for properties of type ChallengeNameType.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property 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

Public Methods

Method 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 method

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
return System

FindValue() public static method

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

Property Details

ADMIN_NO_SRP_AUTH public static property

Constant ADMIN_NO_SRP_AUTH for ChallengeNameType
public static ChallengeNameType,Amazon.CognitoIdentityProvider ADMIN_NO_SRP_AUTH
return ChallengeNameType

CUSTOM_CHALLENGE public static property

Constant CUSTOM_CHALLENGE for ChallengeNameType
public static ChallengeNameType,Amazon.CognitoIdentityProvider CUSTOM_CHALLENGE
return ChallengeNameType

DEVICE_PASSWORD_VERIFIER public static property

Constant DEVICE_PASSWORD_VERIFIER for ChallengeNameType
public static ChallengeNameType,Amazon.CognitoIdentityProvider DEVICE_PASSWORD_VERIFIER
return ChallengeNameType

DEVICE_SRP_AUTH public static property

Constant DEVICE_SRP_AUTH for ChallengeNameType
public static ChallengeNameType,Amazon.CognitoIdentityProvider DEVICE_SRP_AUTH
return ChallengeNameType

NEW_PASSWORD_REQUIRED public static property

Constant NEW_PASSWORD_REQUIRED for ChallengeNameType
public static ChallengeNameType,Amazon.CognitoIdentityProvider NEW_PASSWORD_REQUIRED
return ChallengeNameType

PASSWORD_VERIFIER public static property

Constant PASSWORD_VERIFIER for ChallengeNameType
public static ChallengeNameType,Amazon.CognitoIdentityProvider PASSWORD_VERIFIER
return ChallengeNameType

SMS_MFA public static property

Constant SMS_MFA for ChallengeNameType
public static ChallengeNameType,Amazon.CognitoIdentityProvider SMS_MFA
return ChallengeNameType