AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The authentication event type.

Inheritance Hierarchy

System.Object
  Amazon.CognitoIdentityProvider.Model.AuthEventType

Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z

Syntax

C#
public class AuthEventType

The AuthEventType type exposes the following members

Constructors

NameDescription
Public Method AuthEventType()

Properties

NameTypeDescription
Public Property ChallengeResponses System.Collections.Generic.List<Amazon.CognitoIdentityProvider.Model.ChallengeResponseType>

Gets and sets the property ChallengeResponses.

The challenge responses.

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date and time, in ISO 8601 format, when the item was created.

Public Property EventContextData Amazon.CognitoIdentityProvider.Model.EventContextDataType

Gets and sets the property EventContextData.

The user context data captured at the time of an event request. This value provides additional information about the client from which event the request is received.

Public Property EventFeedback Amazon.CognitoIdentityProvider.Model.EventFeedbackType

Gets and sets the property EventFeedback.

A flag specifying the user feedback captured at the time of an event request is good or bad.

Public Property EventId System.String

Gets and sets the property EventId.

The event ID.

Public Property EventResponse Amazon.CognitoIdentityProvider.EventResponseType

Gets and sets the property EventResponse.

The event response.

Public Property EventRisk Amazon.CognitoIdentityProvider.Model.EventRiskType

Gets and sets the property EventRisk.

The event risk.

Public Property EventType Amazon.CognitoIdentityProvider.EventType

Gets and sets the property EventType.

The event type.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5