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

AdminListUserAuthEventsResponse

import type { AdminListUserAuthEventsResponse } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";
interface AdminListUserAuthEventsResponse {
AuthEvents?: AuthEventType[] | null;
NextToken?: string | null;
}

§Properties

§
AuthEvents?: AuthEventType[] | null
[src]

The response object. It includes the EventID, EventType, CreationDate, EventRisk, and EventResponse.

§
NextToken?: string | null
[src]

A pagination token.