Class LogoutRequest
Logout request.
Inheritance
System.Object
LogoutRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|
System.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 |
---|---|
System.String | The correlation ID. |
IdTokenHint
Gets or sets the ID token hint.
Declaration
public string IdTokenHint { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ID token hint. |
LogoutHint
Gets or sets the logout hint.
Declaration
public string LogoutHint { get; set; }
Property Value
Type | Description |
---|---|
System.String | The logout hint. |
PostLogoutRedirectUri
Gets or sets the post logout redirect URI.
Declaration
public string PostLogoutRedirectUri { get; set; }
Property Value
Type | Description |
---|---|
System.String | The post logout redirect URI. |
State
Gets or sets the state.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The state. |
UiLocales
Gets or sets the UI locales.
Declaration
public string UiLocales { get; set; }
Property Value
Type | Description |
---|---|
System.String | The state. |