GoogleAuthenticationProvider.Authenticated Method

Invoked whenever Google successfully authenticates a user

Namespace:  Microsoft.Owin.Security.Google
Assembly:  Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)

Syntax

'Declaration
Public Overridable Function Authenticated ( _
    context As GoogleAuthenticatedContext _
) As Task
'Usage
Dim instance As GoogleAuthenticationProvider 
Dim context As GoogleAuthenticatedContext 
Dim returnValue As Task 

returnValue = instance.Authenticated(context)
public virtual Task Authenticated(
    GoogleAuthenticatedContext context
)
public:
virtual Task^ Authenticated(
    GoogleAuthenticatedContext^ context
)
abstract Authenticated : 
        context:GoogleAuthenticatedContext -> Task  
override Authenticated : 
        context:GoogleAuthenticatedContext -> Task
public function Authenticated(
    context : GoogleAuthenticatedContext
) : Task

Parameters

Return Value

Type: System.Threading.Tasks.Task
A Task representing the completed operation.

Implements

IGoogleAuthenticationProvider.Authenticated(GoogleAuthenticatedContext)

See Also

Reference

GoogleAuthenticationProvider Class

Microsoft.Owin.Security.Google Namespace