IAuthenticateResultFeature Interface

Definition

Used to capture the AuthenticateResult from the authorization middleware.

public interface IAuthenticateResultFeature
type IAuthenticateResultFeature = interface
Public Interface IAuthenticateResultFeature

Properties

AuthenticateResult

The AuthenticateResult from the authorization middleware. Set to null if the User property is set after the authorization middleware.

Applies to