ApiKeyConfig constructor

ApiKeyConfig({
  1. String? apiKeySecretVersion,
  2. String? keyName,
  3. String? requestLocation,
})

Implementation

ApiKeyConfig({this.apiKeySecretVersion, this.keyName, this.requestLocation});