tenant property

String tenant
final

The tenant ID or tenant type for the application.

Valid values:

  • common: Allows sign-in with both personal Microsoft accounts and work/school accounts
  • organizations: Allows sign-in with work/school accounts only
  • consumers: Allows sign-in with personal Microsoft accounts only
  • Specific tenant ID (GUID): Allows sign-in with accounts from a specific organization

Defaults to common for multi-tenant support.

Implementation

final String tenant;