v1ApiKeyParamsV2 constructor

const v1ApiKeyParamsV2({
  1. required String apiKeyName,
  2. required String publicKey,
  3. required v1ApiKeyCurve curveType,
  4. String? expirationSeconds,
})

Implementation

const v1ApiKeyParamsV2({
  required  this.apiKeyName,
  required  this.publicKey,
  required  this.curveType,
   this.expirationSeconds,
});