AwsCognitoRequest constructor

const AwsCognitoRequest({Map<String, dynamic> userAttributes, Map<String, String> validationData, Map<String, String> clientMetadata, bool newDeviceUsed, String codeParameter, String password, AwsGroupConfiguration groupConfiguration })

Implementation

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