AuthorizationConfig constructor

AuthorizationConfig({
  1. required AuthorizationType authorizationType,
  2. AwsIamConfig? awsIamConfig,
})

Implementation

AuthorizationConfig({
  required this.authorizationType,
  this.awsIamConfig,
});