v1CreateOrganizationIntentV2 constructor
const
v1CreateOrganizationIntentV2({
- required String organizationName,
- required String rootEmail,
- required v1AuthenticatorParamsV2 rootAuthenticator,
- String? rootUserId,
Implementation
const v1CreateOrganizationIntentV2({
required this.organizationName,
required this.rootEmail,
required this.rootAuthenticator,
this.rootUserId,
});