Class LogoutRequest
Logout request.
Inherited Members
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. |