Esta página aún no está traducida.
IAcrMetadataProvider Interface
Provides metadata about supported ACR (Authentication Context Class Reference) values for OpenID Connect discovery document.
public interface IAcrMetadataProviderDerived
↳ AcrMetadataProvider
Properties
IAcrMetadataProvider.AcrValuesSupported Property
Lists the ACR (Authentication Context Class Reference) values supported by this provider. These values represent authentication assurance levels that can be requested and achieved.
System.Collections.Generic.IEnumerable<string>? AcrValuesSupported { get; }