C# Класс 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.
Наследование: IBasicEvents
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

BasicEvents() публичный Метод

Create a new instance of the default notifications.
public BasicEvents ( ) : System
Результат System

Exception() публичный Метод

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
Результат System.Threading.Tasks.Task

SignIn() публичный Метод

Implements the interface method by invoking the related delegate method
public SignIn ( BasicSignInContext context ) : System.Threading.Tasks.Task
context BasicSignInContext
Результат System.Threading.Tasks.Task