AppBroadcastState.OAuthRequestUri 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 OAuth request URI associated with the app broadcast state.
public:
property Uri ^ OAuthRequestUri { Uri ^ get(); };
Uri OAuthRequestUri();
public System.Uri OAuthRequestUri { get; }
var uri = appBroadcastState.oAuthRequestUri;
Public ReadOnly Property OAuthRequestUri As Uri
Property Value
The OAuth request URI.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|