MsalAuthenticationOptions.PostLogoutRedirectUri プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーションのログアウト後のリダイレクト URI を取得または設定します。
public:
property System::String ^ PostLogoutRedirectUri { System::String ^ get(); void set(System::String ^ value); };
public string PostLogoutRedirectUri { get; set; }
public string? PostLogoutRedirectUri { get; set; }
member this.PostLogoutRedirectUri : string with get, set
Public Property PostLogoutRedirectUri As String
プロパティ値
注釈
絶対または基本の相対値 Uri を指定でき、既定値は に設定されます。 authentication/logout-callback.