Class LogoutResponse
Logout response.
Inherited Members
Namespace: ComponentSpace.OpenID.Messages
Assembly: ComponentSpace.OpenID.dll
Syntax
public class LogoutResponse
Properties
State
Gets or sets the state.
Declaration
public string? State { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The state. |