tenantId property

String? tenantId
getter/setter pair

For multi-tenant use cases, in order to construct sign-in URL with the correct IDP parameters, Firebear needs to know which Tenant to retrieve IDP configs from.

Implementation

core.String? tenantId;