Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invoked whenever Google succesfully authenticates a user
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
public virtual Task Authenticated(
GoogleOAuth2AuthenticatedContext context
)
public:
virtual Task^ Authenticated(
GoogleOAuth2AuthenticatedContext^ context
)
abstract Authenticated :
context:GoogleOAuth2AuthenticatedContext -> Task
override Authenticated :
context:GoogleOAuth2AuthenticatedContext -> Task
Public Overridable Function Authenticated (
context As GoogleOAuth2AuthenticatedContext
) As Task
Parameters
context
Type: Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContextContains information about the login session as well as the user ClaimsIdentity.
Return Value
Type: System.Threading.Tasks.Task
A Task representing the completed operation.
Implements
IGoogleOAuth2AuthenticationProvider.Authenticated(GoogleOAuth2AuthenticatedContext)
See Also
GoogleOAuth2AuthenticationProvider Class
Microsoft.Owin.Security.Google Namespace
Return to top