Table of Contents

Class Endpoint

Namespace
Duende.IdentityServer.Hosting
Assembly
Duende.IdentityServer.dll
public class Endpoint
Inheritance
Endpoint
Inherited Members

Constructors

Endpoint(string, string, Type)

public Endpoint(string name, string path, Type handlerType)

Parameters

name string
path string
handlerType Type

Properties

Handler

Gets or sets the handler.

public Type Handler { get; set; }

Property Value

Type

The handler.

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

The name.

Path

Gets or sets the path.

public PathString Path { get; set; }

Property Value

PathString

The path.