Table of Contents

Class McpAuthenticationDefaults

Namespace
ModelContextProtocol.AspNetCore.Authentication
Assembly
ModelContextProtocol.AspNetCore.dll

Default values used by MCP authentication.

public static class McpAuthenticationDefaults
Inheritance
McpAuthenticationDefaults
Inherited Members

Fields

AuthenticationScheme

The default value used for authentication scheme name.

public const string AuthenticationScheme = "McpAuth"

Field Value

string

DisplayName

The default value used for authentication scheme display name.

public const string DisplayName = "MCP Authentication"

Field Value

string