microsoftAuthSettings property

  1. @TagNumber(9)
MicrosoftAuthSettings get microsoftAuthSettings

@doc The Microsoft Authentication Settings. Set if provider is MICROSOFT.

Implementation

@$pb.TagNumber(9)
MicrosoftAuthSettings get microsoftAuthSettings => $_getN(8);
  1. @TagNumber(9)
set microsoftAuthSettings (MicrosoftAuthSettings value)

Implementation

@$pb.TagNumber(9)
set microsoftAuthSettings(MicrosoftAuthSettings value) =>
    $_setField(9, value);