Show / Hide Table of Contents

Class LogoutRequest

Logout request.

Inheritance
object
LogoutRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.OpenID.Messages
Assembly: ComponentSpace.OpenID.dll
Syntax
public class LogoutRequest

Properties

ClientID

Gets or sets the client ID.

Declaration
public string? ClientID { get; set; }
Property Value
Type Description
string

The client ID.

CorrelationID

Gets or sets the correlation ID used to uniquely identify the request and correlate it with the response.

Declaration
[JsonIgnore]
public string? CorrelationID { get; set; }
Property Value
Type Description
string

The correlation ID.

IdTokenHint

Gets or sets the ID token hint.

Declaration
public string? IdTokenHint { get; set; }
Property Value
Type Description
string

The ID token hint.

LogoutHint

Gets or sets the logout hint.

Declaration
public string? LogoutHint { get; set; }
Property Value
Type Description
string

The logout hint.

PostLogoutRedirectUri

Gets or sets the post logout redirect URI.

Declaration
public string? PostLogoutRedirectUri { get; set; }
Property Value
Type Description
string

The post logout redirect URI.

State

Gets or sets the state.

Declaration
public string? State { get; set; }
Property Value
Type Description
string

The state.

UiLocales

Gets or sets the UI locales.

Declaration
public string? UiLocales { get; set; }
Property Value
Type Description
string

The state.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.