AWSCognitoIdentityProviderUserContextDataType
Objective-C
@interface AWSCognitoIdentityProviderUserContextDataType
Swift
class AWSCognitoIdentityProviderUserContextDataType
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.
-
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.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable encodedData;
Swift
var encodedData: String? { get set }