Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class RespondToAuthChallengeRequest

    Represents a request for responding to an authentication challenge.

    Inheritance
    object
    RequestBase
    RespondToAuthChallengeRequest
    Implements
    IRequestBase
    IValidatableObject
    Inherited Members
    RequestBase.HttpHeader
    RequestBase.IpAddress
    RequestBase.ServerPath
    RequestBase.ServerName
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Cloud.AWS.Cognito.Model
    Assembly: Innovt.Cloud.AWS.Cognito.dll
    Syntax
    public class RespondToAuthChallengeRequest : RequestBase, IRequestBase, IValidatableObject

    Properties

    | Edit this page View Source

    ChallengeName

    Gets or sets the name of the challenge.

    Declaration
    [Required]
    public virtual string ChallengeName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ConfirmationCode

    Gets or sets the confirmation code used to respond to the challenge.

    Declaration
    public virtual string ConfirmationCode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Password

    Gets or sets the user's password used to respond to the challenge.

    Declaration
    public virtual string Password { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Session

    Gets or sets the session token associated with the authentication challenge.

    Declaration
    [Required]
    public virtual string Session { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UserName

    Gets or sets the user's username.

    Declaration
    [Required]
    public virtual string UserName { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    Validate(ValidationContext)

    Validates the request object.

    Declaration
    public override IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
    Parameters
    Type Name Description
    ValidationContext validationContext

    The validation context.

    Returns
    Type Description
    IEnumerable<ValidationResult>

    A collection of validation results.

    Overrides
    RequestBase.Validate(ValidationContext)

    Implements

    IRequestBase
    IValidatableObject

    Extension Methods

    Extensions.EnsureIsValid(IValidatableObject, ValidationContext)
    Extensions.IsValid(IValidatableObject, ValidationContext)
    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX