WebAccountProvider.Authority Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the authority of the web account provider. Use authority to disambiguate between a single provider with multiple identities (such as a Microsoft account versus Azure Active Directory).
public:
property Platform::String ^ Authority { Platform::String ^ get(); };
winrt::hstring Authority();
public string Authority { get; }
var string = webAccountProvider.authority;
Public ReadOnly Property Authority As String
Property Value
The authority of the web account provider.