AuthRequestResult.ResponseUri Property

Definition

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.

Applies to