OAuth2Manager.CompleteAuthRequest(Uri) Method
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.
Completes an auth request through a redirect URI.
public:
static bool CompleteAuthRequest(Uri ^ responseUri);
static bool CompleteAuthRequest(Uri const& responseUri);
public static bool CompleteAuthRequest(System.Uri responseUri);
function completeAuthRequest(responseUri)
Public Shared Function CompleteAuthRequest (responseUri As Uri) As Boolean
Parameters
Returns
bool
A bool that indicates whether the auth request was completed successfully.
Examples
See the Complete an authorization request section of Implement OAuth functionality in Windows apps for an example of how to complete an authorization request.