| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
ContextDataType |
ContextDataType.clone() |
ContextDataType |
AdminRespondToAuthChallengeRequest.getContextData()
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.
|
ContextDataType |
AdminInitiateAuthRequest.getContextData()
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.
|
ContextDataType |
ContextDataType.withEncodedData(String encodedData)
Encoded data containing device fingerprinting details, collected using 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)
Source IP address of your user.
|
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 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.
|
void |
AdminInitiateAuthRequest.setContextData(ContextDataType contextData)
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.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withContextData(ContextDataType contextData)
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.
|
AdminInitiateAuthRequest |
AdminInitiateAuthRequest.withContextData(ContextDataType contextData)
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.
|
Copyright © 2019. All rights reserved.