MsalAuthenticationOptions.RedirectUri プロパティ

定義

アプリケーションのリダイレクト URI を取得または設定します。

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

プロパティ値

注釈

絶対または基本の相対値 Uri を指定でき、既定値は に設定されます。 authentication/login-callback.

適用対象