Class OpenIDConstants.ClientAuthenticationMethods
The client authentication methods.
Inheritance
System.Object
    OpenIDConstants.ClientAuthenticationMethods
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class ClientAuthenticationMethodsFields
ClientSecretBasic
Client secret basic.
Declaration
public const string ClientSecretBasic = "client_secret_basic"Field Value
| Type | Description | 
|---|---|
| System.String | 
ClientSecretJwt
Client secret JWT.
Declaration
public const string ClientSecretJwt = "client_secret_jwt"Field Value
| Type | Description | 
|---|---|
| System.String | 
ClientSecretPost
Client secret post.
Declaration
public const string ClientSecretPost = "client_secret_post"Field Value
| Type | Description | 
|---|---|
| System.String | 
None
None.
Declaration
public const string None = "none"Field Value
| Type | Description | 
|---|---|
| System.String | 
PrivateKeyJwt
Private key JWT.
Declaration
public const string PrivateKeyJwt = "private_key_jwt"Field Value
| Type | Description | 
|---|---|
| System.String |