OidcProviderOptions.PostLogoutRedirectUri Property

Definition

Gets or sets the post logout redirect URI for the application. The application will be redirected here after the user has completed the sign out process from the identity provider.

public:
 property System::String ^ PostLogoutRedirectUri { System::String ^ get(); void set(System::String ^ value); };
[System.Text.Json.Serialization.JsonPropertyName("post_logout_redirect_uri")]
public string PostLogoutRedirectUri { get; set; }
[System.Text.Json.Serialization.JsonPropertyName("post_logout_redirect_uri")]
public string? PostLogoutRedirectUri { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("post_logout_redirect_uri")>]
member this.PostLogoutRedirectUri : string with get, set
Public Property PostLogoutRedirectUri As String

Property Value

Attributes

Applies to