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