Show / Hide Table of Contents

Enum OpenIddictServerHandlerType

Represents the type of an OpenIddict server handler.

Namespace: OpenIddict.Server
Assembly: cs.temp.dll.dll
Syntax
public enum OpenIddictServerHandlerType

Fields

Name Description
BuiltIn

The handler is a built-in handler, provided as part of the official OpenIddict packages.

Custom

The handler is a custom handler, registered by the end user or a third-party package.

Unknown

The handler is of an unspecified type.

In This Article
Back to top Generated by DocFX