v1SignupUsage constructor

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

Implementation

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