Class OpenIDConstants.ClientAuthenticationMethods
The client authentication methods.
Inherited Members
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class OpenIDConstants.ClientAuthenticationMethods
Fields
ClientSecretBasic
Client secret basic.
Declaration
public const string ClientSecretBasic = "client_secret_basic"
Field Value
| Type | Description |
|---|---|
| string |
ClientSecretJwt
Client secret JWT.
Declaration
public const string ClientSecretJwt = "client_secret_jwt"
Field Value
| Type | Description |
|---|---|
| string |
ClientSecretPost
Client secret post.
Declaration
public const string ClientSecretPost = "client_secret_post"
Field Value
| Type | Description |
|---|---|
| string |
None
None.
Declaration
public const string None = "none"
Field Value
| Type | Description |
|---|---|
| string |
PrivateKeyJwt
Private key JWT.
Declaration
public const string PrivateKeyJwt = "private_key_jwt"
Field Value
| Type | Description |
|---|---|
| string |