AuthenticationRegistry.Items method
Enumerates all registered authentication schemes.
public IEnumerable<KeyValuePair<(string schema, string type), AuthenticationSchemeOptions>> Items()
Return Value
A collection of key-value pairs representing the registered authentication schemes.
See Also
- class AuthenticationRegistry
- namespace Kestrun.Authentication