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