Amazon.CognitoIdentityProvider.Model.DeviceConfigurationType.IsSetChallengeRequiredOnNewDevice C# (CSharp) Method

IsSetChallengeRequiredOnNewDevice() private method

private IsSetChallengeRequiredOnNewDevice ( ) : bool
return bool
        internal bool IsSetChallengeRequiredOnNewDevice()
        {
            return this._challengeRequiredOnNewDevice.HasValue; 
        }