C# Class Odachi.AspNetCore.Authentication.Basic.BasicEvents

This default implementation of the IBasicEvents may be used if the application only needs to override a few of the interface methods. This may be used as a base class or may be instantiated directly.
Inheritance: IBasicEvents
显示文件 Open project: Microsoft/RTVS

Public Methods

Method Description
BasicEvents ( ) : System

Create a new instance of the default notifications.

Exception ( BasicExceptionContext context ) : System.Threading.Tasks.Task

Implements the interface method by invoking the related delegate method

SignIn ( BasicSignInContext context ) : System.Threading.Tasks.Task

Implements the interface method by invoking the related delegate method

Method Details

BasicEvents() public method

Create a new instance of the default notifications.
public BasicEvents ( ) : System
return System

Exception() public method

Implements the interface method by invoking the related delegate method
public Exception ( BasicExceptionContext context ) : System.Threading.Tasks.Task
context BasicExceptionContext Contains information about the event
return System.Threading.Tasks.Task

SignIn() public method

Implements the interface method by invoking the related delegate method
public SignIn ( BasicSignInContext context ) : System.Threading.Tasks.Task
context BasicSignInContext
return System.Threading.Tasks.Task