WebAuthenticationBroker.GetCurrentApplicationCallbackUri Method

Definition

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