AwsCognitoRequest constructor

const AwsCognitoRequest(
  1. {Map<String, dynamic> userAttributes,
  2. Map<String, String> validationData,
  3. Map<String, String> clientMetadata,
  4. bool newDeviceUsed,
  5. String codeParameter,
  6. String password,
  7. AwsGroupConfiguration groupConfiguration}
)

Implementation

const AwsCognitoRequest(
    {this.userAttributes,
    this.validationData,
    this.clientMetadata,
    this.newDeviceUsed,
    this.codeParameter,
    this.password,
    this.groupConfiguration});