v1SignupUsageV2 constructor

const v1SignupUsageV2({
  1. String? email,
  2. String? phoneNumber,
  3. List<v1ApiKeyParamsV2>? apiKeys,
  4. List<v1AuthenticatorParamsV2>? authenticators,
  5. List<v1OauthProviderParamsV2>? oauthProviders,
})

Implementation

const v1SignupUsageV2({
  this.email,
  this.phoneNumber,
  this.apiKeys,
  this.authenticators,
  this.oauthProviders,
});