AuthorizationConfig constructor
AuthorizationConfig({
- required AuthorizationType authorizationType,
- AwsIamConfig? awsIamConfig,
Implementation
AuthorizationConfig({
required this.authorizationType,
this.awsIamConfig,
});