AuthConfig_ApiKeyConfig constructor
AuthConfig_ApiKeyConfig({
- required String name,
- required String apiKeySecret,
- required HttpElementLocation httpElementLocation,
Implementation
AuthConfig_ApiKeyConfig({
required this.name,
required this.apiKeySecret,
required this.httpElementLocation,
}) : super(fullyQualifiedName);