IAuthenticateResultFeature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |