GoogleLoginAuthenticationProvider.Authenticated Method

Definition

Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider.Authenticated(Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext)
public override System.Threading.Tasks.Task Authenticated (Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext context);
override this.Authenticated : Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext -> System.Threading.Tasks.Task
Public Overrides Function Authenticated (context As GoogleOAuth2AuthenticatedContext) As Task

Parameters

context
Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext

Returns

Applies to