Show / Hide Table of Contents

Class ClientAuthenticationResult

The client authentication result.

Inheritance
object
ClientAuthenticationResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.