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
파일 보기 프로젝트 열기: aspnet-contrib/AspNet.Security.OpenId.Providers 1 사용 예제들

공개 메소드들

메소드 설명
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