ContextDataType

Contextual user data type used for evaluating the risk of an unexpected event by Amazon Cognito advanced security.

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

HttpHeaders received on your server in same order.

Link copied to clipboard

The source IP address of your user's device.

Link copied to clipboard

Your server endpoint where this API is invoked.

Link copied to clipboard

Your server path where this API is invoked.

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