Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ContextDataType
Packages that use ContextDataType
-
Uses of ContextDataType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ContextDataTypeModifier and TypeMethodDescriptionfinal ContextDataTypeAdminInitiateAuthRequest.contextData()Contextual data about your user session like the device fingerprint, IP address, or location.final ContextDataTypeAdminRespondToAuthChallengeRequest.contextData()Contextual data about your user session like the device fingerprint, IP address, or location.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ContextDataTypeModifier and TypeMethodDescriptionAdminInitiateAuthRequest.Builder.contextData(ContextDataType contextData) Contextual data about your user session like the device fingerprint, IP address, or location.AdminRespondToAuthChallengeRequest.Builder.contextData(ContextDataType contextData) Contextual data about your user session like the device fingerprint, IP address, or location.