C# Class AspNet.Security.OpenId.OpenIdAuthenticationEvents

Specifies callback methods that the OpenIdAuthenticationMiddleware{TOptions} invokes to enable developer control over the OpenID2 authentication process.
Inheritance: Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents
Show file Open project: aspnet-contrib/AspNet.Security.OpenId.Providers Class Usage Examples

Public Methods

Method Description
Authenticated ( OpenIdAuthenticatedContext context ) : System.Threading.Tasks.Task

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

Method Details

Authenticated() public method

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.
return System.Threading.Tasks.Task