IAuthenticationHostOptions interface

Defines common options for authentication, including code validation, claim issuance, and claim policy configuration.

public interface IAuthenticationHostOptions

Members

name description
DisplayName { get; set; } Gets or sets the display name for the authentication scheme.
Host { get; set; } Gets or sets the Kestrun host instance.
Logger { get; set; } Gets or sets the logger used for authentication-related logging.

See Also