ApiAuth_ApiKeyConfig constructor

ApiAuth_ApiKeyConfig({
  1. required String apiKeySecretVersion,
})

Implementation

ApiAuth_ApiKeyConfig({required this.apiKeySecretVersion})
  : super(fullyQualifiedName);