Share via


WebAuthenticatorResult.CallbackUri Property

Definition

The uri that was used to call back with the access token.

public:
 property Uri ^ CallbackUri { Uri ^ get(); };
public Uri CallbackUri { get; }
member this.CallbackUri : Uri
Public ReadOnly Property CallbackUri As Uri

Property Value

Uri

The value of the callback URI, including the fragment or query string bearing the access token and associated information.

Applies to