WebAuthenticationResult.ResponseData Property

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to

See also