microsoftAuthSettings property
@doc The Microsoft Authentication Settings. Set if provider is MICROSOFT.
Implementation
@$pb.TagNumber(9)
MicrosoftAuthSettings get microsoftAuthSettings => $_getN(8);
Implementation
@$pb.TagNumber(9)
set microsoftAuthSettings(MicrosoftAuthSettings value) =>
$_setField(9, value);