tenant property Null safety

String? tenant
read / write

The tenant value in the path of the request can be used to control who can sign into the application. The allowed values are common, organizations, consumers, and tenant identifiers. Or Name of your Azure AD B2C tenant.

Implementation

String? tenant;