IAuthenticationCommonOptions interface

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

public interface IAuthenticationCommonOptions : IClaimsCommonOptions

Members

name description
Logger { get; set; } Gets or sets the logger used for authentication-related logging.
ValidateCodeSettings { get; set; } Settings for the authentication code, if using a script.

See Also