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
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode 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 méthode

Create a new instance of the default notifications.
public BasicEvents ( ) : System
Résultat System

Exception() public méthode

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
Résultat System.Threading.Tasks.Task

SignIn() public méthode

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