AuthRequestResult.ResponseUri 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 raw Uri that was used to complete the request.
public:
property Uri ^ ResponseUri { Uri ^ get(); };
Uri ResponseUri();
public System.Uri ResponseUri { get; }
var uri = authRequestResult.responseUri;
Public ReadOnly Property ResponseUri As Uri
Property Value
A System.Uri that represents the raw Uri that was used to complete the request.