AccessTokenRequestOptions.ReturnUrl 属性

定义

获取或设置一个特定的返回 URL,用于将用户返回到应用程序(如果需要重定向到其他位置以便预配令牌)。

public:
 property System::String ^ ReturnUrl { System::String ^ get(); void set(System::String ^ value); };
public string ReturnUrl { get; set; }
public string? ReturnUrl { get; set; }
member this.ReturnUrl : string with get, set
Public Property ReturnUrl As String

属性值

适用于