validationData

One or more name-value pairs containing the validation data in the request to register a user.

Cognito.swift:94
let validationData: [String : String]?

The validation data is set and then passed from the client in the request to register a user. You can pass this data to your Lambda function by using the ClientMetadata parameter in the InitiateAuth and AdminInitiateAuth API actions.