Skip to main content

ASPNETCORE_AUTHENTICATION_SCHEME

Constant ASPNETCORE_AUTHENTICATION_SCHEME 

pub const ASPNETCORE_AUTHENTICATION_SCHEME: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

The identifier that names a particular authentication handler.

§Notes

§Examples

  • "Cookies"
  • "Bearer"
  • "Identity.Application"