Amazon.CognitoIdentityProvider.Model.ConfirmDeviceResponse.IsSetUserConfirmationNecessary C# (CSharp) Method

IsSetUserConfirmationNecessary() private method

private IsSetUserConfirmationNecessary ( ) : bool
return bool
        internal bool IsSetUserConfirmationNecessary()
        {
            return this._userConfirmationNecessary.HasValue; 
        }
ConfirmDeviceResponse