AuthEventType

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The event ID.

Link copied to clipboard

The event response.

Link copied to clipboard

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.

Link copied to clipboard

The type of authentication event.

Functions

Link copied to clipboard
inline fun copy(block: AuthEventType.Builder.() -> Unit = {}): AuthEventType
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String