| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
ContextDataType |
ContextDataType.clone() |
ContextDataType |
AdminRespondToAuthChallengeRequest.getContextData()
Contextual data about your user session, such as the device fingerprint, IP address, or location.
|
ContextDataType |
AdminInitiateAuthRequest.getContextData()
Contextual data about your user session, such as the device fingerprint, IP address, or location.
|
ContextDataType |
ContextDataType.withEncodedData(String encodedData)
Encoded device-fingerprint details that your app collected with the Amazon Cognito context data collection
library.
|
ContextDataType |
ContextDataType.withHttpHeaders(Collection<HttpHeader> httpHeaders)
HttpHeaders received on your server in same order.
|
ContextDataType |
ContextDataType.withHttpHeaders(HttpHeader... httpHeaders)
HttpHeaders received on your server in same order.
|
ContextDataType |
ContextDataType.withIpAddress(String ipAddress)
The source IP address of your user's device.
|
ContextDataType |
ContextDataType.withServerName(String serverName)
Your server endpoint where this API is invoked.
|
ContextDataType |
ContextDataType.withServerPath(String serverPath)
Your server path where this API is invoked.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdminRespondToAuthChallengeRequest.setContextData(ContextDataType contextData)
Contextual data about your user session, such as the device fingerprint, IP address, or location.
|
void |
AdminInitiateAuthRequest.setContextData(ContextDataType contextData)
Contextual data about your user session, such as the device fingerprint, IP address, or location.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withContextData(ContextDataType contextData)
Contextual data about your user session, such as the device fingerprint, IP address, or location.
|
AdminInitiateAuthRequest |
AdminInitiateAuthRequest.withContextData(ContextDataType contextData)
Contextual data about your user session, such as the device fingerprint, IP address, or location.
|
Copyright © 2024. All rights reserved.