Table of Contents

Class OpenIddictConstants.ClientAuthenticationMethods

Namespace
OpenIddict.Abstractions
Assembly
OpenIddict.Abstractions.dll
public static class OpenIddictConstants.ClientAuthenticationMethods
Inheritance
OpenIddictConstants.ClientAuthenticationMethods
Inherited Members

Fields

ClientSecretBasic

public const string ClientSecretBasic = "client_secret_basic"

Field Value

string

ClientSecretJwt

public const string ClientSecretJwt = "client_secret_jwt"

Field Value

string

ClientSecretPost

public const string ClientSecretPost = "client_secret_post"

Field Value

string

None

public const string None = "none"

Field Value

string

PrivateKeyJwt

public const string PrivateKeyJwt = "private_key_jwt"

Field Value

string