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.

One authentication event that Amazon Cognito logged in a user pool with threat protection active. Contains user and device metadata and a risk assessment from your user pool.

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.

A list of the challenges that the user was requested to answer, for example Password, and the result, for example Success.

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.

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.

The UpdateAuthEventFeedback or AdminUpdateAuthEventFeedback feedback that you or your user provided in response to the event. A value of Valid indicates that you disagreed with the level of risk that your user pool assigned, and evaluated a session to be valid, or likely safe. A value of Invalid indicates that you agreed with the user pool risk level and evaluated a session to be invalid, or likely malicious.

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 threat evaluation from your user pool about an event. Contains information about whether your user pool detected compromised credentials, whether the event triggered an automated response, and the level of risk.

Public Property EventType Amazon.CognitoIdentityProvider.EventType

Gets and sets the property EventType.

The type of authentication event.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5