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