Table of Contents

Class IdentityServerConstants.EndpointNames

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

Fields

Authorize

public const string Authorize = "Authorize"

Field Value

string

BackchannelAuthentication

public const string BackchannelAuthentication = "BackchannelAuthentication"

Field Value

string

CheckSession

public const string CheckSession = "Checksession"

Field Value

string

DeviceAuthorization

public const string DeviceAuthorization = "DeviceAuthorization"

Field Value

string

Discovery

public const string Discovery = "Discovery"

Field Value

string

EndSession

public const string EndSession = "Endsession"

Field Value

string

Introspection

public const string Introspection = "Introspection"

Field Value

string

Jwks

public const string Jwks = "Jwks"

Field Value

string

PushedAuthorization

public const string PushedAuthorization = "PushedAuthorization"

Field Value

string

Revocation

public const string Revocation = "Revocation"

Field Value

string

Token

public const string Token = "Token"

Field Value

string

UserInfo

public const string UserInfo = "Userinfo"

Field Value

string