Class OpenIDStatus
The status for the current OpenID session.
Implements
Inherited Members
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public class OpenIDStatus : IOpenIDStatus
Properties
AuthenticationRequest
Gets or sets the authentication request.
Declaration
public AuthenticationRequest? AuthenticationRequest { get; set; }
Property Value
| Type | Description |
|---|---|
| AuthenticationRequest | The authentication request. |
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.
Declaration
public string? CorrelationID { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The correlation ID. |
LogoutRequest
Gets or sets the logout request.
Declaration
public LogoutRequest? LogoutRequest { get; set; }
Property Value
| Type | Description |
|---|---|
| LogoutRequest | The logout request. |
PendingAction
Gets or sets the pending action.
Declaration
public PendingAction? PendingAction { get; set; }
Property Value
| Type | Description |
|---|---|
| PendingAction? | The pending action. |