domainHint property

String? domainHint

Implementation

String? get domainHint => _jsObject.domainHint;
void domainHint=(String? value)

Provides a hint about the tenant or domain that the user should use to sign in.

The value of the domain hint is a registered domain for the tenant.

Implementation

set domainHint(String? value) => _jsObject.domainHint = value;