Table of Contents

Interface ISecretsListParser

Namespace
Duende.IdentityServer.Validation
Assembly
Duende.IdentityServer.dll

Parser for finding the best secret in an Enumerable List

public interface ISecretsListParser

Methods

GetAvailableAuthenticationMethods()

Gets all available authentication methods.

IEnumerable<string> GetAvailableAuthenticationMethods()

Returns

IEnumerable<string>

ParseAsync(HttpContext)

Tries to find the best secret on the context that can be used for authentication

Task<ParsedSecret?> ParseAsync(HttpContext context)

Parameters

context HttpContext

The HTTP context.

Returns

Task<ParsedSecret>

A parsed secret