AspNet.Security.OpenId.OpenIdAuthenticationEvents.Authenticated C# (CSharp) 메소드

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