AwsApiGatewayEventRequestContextIdentity constructor

const AwsApiGatewayEventRequestContextIdentity({
  1. String? cognitoIdentityPoolId,
  2. String? cognitoAuthenticationProvider,
  3. String? cognitoAuthenticationType,
  4. String? caller,
  5. String? accountId,
  6. String? cognitoIdentityId,
  7. String? apiKey,
  8. String? sourceIp,
  9. String? user,
  10. String? userAgent,
  11. String? userArn,
})

Implementation

const AwsApiGatewayEventRequestContextIdentity(
    {this.cognitoIdentityPoolId,
    this.cognitoAuthenticationProvider,
    this.cognitoAuthenticationType,
    this.caller,
    this.accountId,
    this.cognitoIdentityId,
    this.apiKey,
    this.sourceIp,
    this.user,
    this.userAgent,
    this.userArn});