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
ParseAsync(HttpContext)
Tries to find the best secret on the context that can be used for authentication
Task<ParsedSecret?> ParseAsync(HttpContext context)
Parameters
context
HttpContextThe HTTP context.
Returns
- Task<ParsedSecret>
A parsed secret