v1SignupUsage constructor
const
v1SignupUsage({
- String? email,
- String? phoneNumber,
- List<
v1ApiKeyParamsV2> ? apiKeys, - List<
v1AuthenticatorParamsV2> ? authenticators, - List<
v1OauthProviderParams> ? oauthProviders,
Implementation
const v1SignupUsage({
this.email,
this.phoneNumber,
this.apiKeys,
this.authenticators,
this.oauthProviders,
});