AuthenticationRegistry.GetOidcOptions method
Returns a dictionary of all registered OpenID Connect (OIDC) authentication options keyed by their schema. Only entries whose AuthenticationType is Oidc and whose stored options are of type OidcOptions are included.
public IDictionary<string, OidcOptions> GetOidcOptions()
Return Value
A dictionary mapping schema names to their OidcOptions.
See Also
- class OidcOptions
- class AuthenticationRegistry
- namespace Kestrun.Authentication