WebAuthenticationResult.ResponseData 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.
Contains the protocol data when the operation successfully completes.
public:
property Platform::String ^ ResponseData { Platform::String ^ get(); };
winrt::hstring ResponseData();
public string ResponseData { get; }
var string = webAuthenticationResult.responseData;
Public ReadOnly Property ResponseData As String
Property Value
The returned data.
Remarks
When the WebAuthenticationOptions.UseTitle option is used, this property contains the value of the webpage title. The ResponseData for HTTP GET and HTTP redirects includes the entire URL. For POST, the data is the entity body.