Show / Hide Table of Contents

Class OpenIDConstants.ClientAuthenticationMethods

The client authentication methods.

Inheritance
object
OpenIDConstants.ClientAuthenticationMethods
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.