<uap:WebAccountProvider
Url = 'A string with a value between 1 and 32767 characters in length in the form of a valid web url.'
BackgroundEntryPoint = 'A string with a value between 1 and 256 characters in length, representing the task handling the extension. This is normally the fully namespace-qualified name of a Windows Runtime type.'
>
<!-- Child elements -->
uap:ManagedUrls?
</uap:WebAccountProvider>
Key
? optional (zero or one)
Attributes and elements
Attributes
Attribute
Description
Data type
Required
Default value
Url
The Web Account provider identifier (URL). Should be a valid HTTPS URL. Used to uniquely identify the provider when called from an app.
A string between 1 and 32767 characters in length in the form of a valid web url.
Yes
BackgroundEntryPoint
Entry Point for UI-less get token request.
A string with a value between 1 and 256 characters in length, representing the task handling the extension. This is normally the fully namespace-qualified name of a Windows Runtime type.