Interface IOpenIDStatus
The status for the current OpenID session.
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public interface IOpenIDStatus
Properties
AuthenticationRequest
Gets or sets the authentication request.
Declaration
AuthenticationRequest AuthenticationRequest { get; set; }
Property Value
Type | Description |
---|---|
AuthenticationRequest | The authentication request. |
ClientID
Gets or sets the client ID.
Declaration
string ClientID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The client ID. |
CorrelationID
Gets or sets the correlation ID.
Declaration
string CorrelationID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The correlation ID. |
LogoutRequest
Gets or sets the logout request.
Declaration
LogoutRequest LogoutRequest { get; set; }
Property Value
Type | Description |
---|---|
LogoutRequest | The logout request. |
PendingAction
Gets or sets the pending action.
Declaration
PendingAction? PendingAction { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PendingAction> | The pending action. |