AuthConfig_ApiKeyConfig constructor

AuthConfig_ApiKeyConfig({
  1. required String name,
  2. required String apiKeySecret,
  3. required HttpElementLocation httpElementLocation,
})

Implementation

AuthConfig_ApiKeyConfig({
  required this.name,
  required this.apiKeySecret,
  required this.httpElementLocation,
}) : super(fullyQualifiedName);