Share via


AccessTokenResult.RedirectUrl Property

Definition

Caution

Use 'InteractiveRequestUrl' and 'InteractiveRequest' instead.

Gets the URL to redirect to if Status is RequiresRedirect.

public:
 property System::String ^ RedirectUrl { System::String ^ get(); };
public string RedirectUrl { get; }
[System.Obsolete("Use 'InteractiveRequestUrl' and 'InteractiveRequest' instead.")]
public string RedirectUrl { get; }
[System.Obsolete("Use 'InteractiveRequestUrl' and 'InteractiveRequest' instead.")]
public string? RedirectUrl { get; }
member this.RedirectUrl : string
[<System.Obsolete("Use 'InteractiveRequestUrl' and 'InteractiveRequest' instead.")>]
member this.RedirectUrl : string
Public ReadOnly Property RedirectUrl As String

Property Value

Attributes

Applies to