Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AuthEventType

import type { AuthEventType } from "https://aws-api.deno.dev/v0.4/services/cognitoidentityserviceprovider.ts?docs=full";

The authentication event type.

interface AuthEventType {
ChallengeResponses?: ChallengeResponseType[] | null;
CreationDate?: Date | number | null;
EventContextData?: EventContextDataType | null;
EventFeedback?: EventFeedbackType | null;
EventId?: string | null;
EventResponse?: EventResponseType | null;
EventRisk?: EventRiskType | null;
EventType?: EventType | null;
}

§Properties

§
ChallengeResponses?: ChallengeResponseType[] | null
[src]

The challenge responses.

§
CreationDate?: Date | number | null
[src]

The creation date

§
EventContextData?: EventContextDataType | null
[src]

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.

§
EventFeedback?: EventFeedbackType | null
[src]

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

§
EventId?: string | null
[src]

The event ID.

§
EventResponse?: EventResponseType | null
[src]

The event response.

§
EventRisk?: EventRiskType | null
[src]

The event risk.

§
EventType?: EventType | null
[src]

The event type.