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

UserContextDataType

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

Contextual data, such as the user's device fingerprint, IP address, or location, used for evaluating the risk of an unexpected event by Amazon Cognito advanced security.

interface UserContextDataType {
EncodedData?: string | null;
IpAddress?: string | null;
}

§Properties

§
EncodedData?: string | null
[src]

Encoded device-fingerprint details that your app collected with the Amazon Cognito context data collection library. For more information, see Adding user device and session data to API requests.

§
IpAddress?: string | null
[src]

The source IP address of your user's device.