ContextDataType

Contextual user data used for evaluating the risk of an authentication event by user pool threat protection.

Types

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

Properties

Link copied to clipboard

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.

Link copied to clipboard

The HTTP headers from your user's authentication request.

Link copied to clipboard

The source IP address of your user's device.

Link copied to clipboard

The name of your application's service endpoint.

Link copied to clipboard

The path of your application's service endpoint.

Functions

Link copied to clipboard
inline fun copy(block: ContextDataType.Builder.() -> Unit = {}): ContextDataType
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