Table of Contents

Class IdentityServerConstants.ParsedSecretTypes

Namespace
Duende.IdentityServer
Assembly
Duende.IdentityServer.dll
public static class IdentityServerConstants.ParsedSecretTypes
Inheritance
IdentityServerConstants.ParsedSecretTypes
Inherited Members

Fields

JwtBearer

public const string JwtBearer = "urn:ietf:params:oauth:client-assertion-type:jwt-bearer"

Field Value

string

NoSecret

public const string NoSecret = "NoSecret"

Field Value

string

SharedSecret

public const string SharedSecret = "SharedSecret"

Field Value

string

X509Certificate

public const string X509Certificate = "X509Certificate"

Field Value

string