WebAuthenticatorResult.CallbackUri 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.
The uri that was used to call back with the access token.
public:
property Uri ^ CallbackUri { Uri ^ get(); };
public Uri CallbackUri { get; }
member this.CallbackUri : Uri
Public ReadOnly Property CallbackUri As Uri
Property Value
The value of the callback URI, including the fragment or query string bearing the access token and associated information.