C# Класс AspNet.Security.OpenId.OpenIdAuthenticationEvents

Specifies callback methods that the OpenIdAuthenticationMiddleware{TOptions} invokes to enable developer control over the OpenID2 authentication process.
Наследование: Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Authenticated ( OpenIdAuthenticatedContext context ) : System.Threading.Tasks.Task

Defines a notification invoked when the user is authenticated by the identity provider.

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

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

Defines a notification invoked when the user is authenticated by the identity provider.
public Authenticated ( OpenIdAuthenticatedContext context ) : System.Threading.Tasks.Task
context OpenIdAuthenticatedContext The context of the event carries information in and results out.
Результат System.Threading.Tasks.Task