Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WebAuthenticationBroker.GetCurrentApplicationCallbackUri 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.

Gets the current application callback URI.

public:
 static Uri ^ GetCurrentApplicationCallbackUri();
 static Uri GetCurrentApplicationCallbackUri();
public static System.Uri GetCurrentApplicationCallbackUri();
function getCurrentApplicationCallbackUri()
Public Shared Function GetCurrentApplicationCallbackUri () As Uri

Returns

The URI of the current application.

Remarks

The current application callback URI is used as an implicit value of the callbackUri parameter of the AuthenticateAsync method. However, applications need the URI value to add it to the request URI as required by the online provider.

Applies to

See also


Feedback

Was this page helpful?