Class ClientAuthenticationResult
The client authentication result.
Inherited Members
Namespace: ComponentSpace.OpenID.Security
Assembly: ComponentSpace.OpenID.dll
Syntax
public class ClientAuthenticationResult
Properties
AuthenticationMethod
Gets or sets the authentication method.
Declaration
public string? AuthenticationMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The authentication method. |
ClientID
Gets or sets the client ID.
Declaration
public string? ClientID { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client ID. |