GoogleAuthenticationProvider.Authenticated Method (GoogleAuthenticatedContext)
Invoked whenever Google successfully authenticates a user
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
public virtual Task Authenticated(
GoogleAuthenticatedContext context
)
public:
virtual Task^ Authenticated(
GoogleAuthenticatedContext^ context
)
abstract Authenticated :
context:GoogleAuthenticatedContext -> Task
override Authenticated :
context:GoogleAuthenticatedContext -> Task
Public Overridable Function Authenticated (
context As GoogleAuthenticatedContext
) As Task
Parameters
context
Type: Microsoft.Owin.Security.Google.GoogleAuthenticatedContextContains 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
IGoogleAuthenticationProvider.Authenticated(GoogleAuthenticatedContext)
See Also
GoogleAuthenticationProvider Class
Microsoft.Owin.Security.Google Namespace
Return to top