AspNet.Security.OpenId.OpenIdAuthenticationEvents.Authenticated C# (CSharp) Method

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
        public virtual Task Authenticated(OpenIdAuthenticatedContext context) => OnAuthenticated(context);
    }
OpenIdAuthenticationEvents