Share via


IGoogleAuthenticationProvider.Authenticated Method (GoogleAuthenticatedContext)

 

Invoked whenever Google succesfully authenticates a user

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

Syntax

Task Authenticated(
    GoogleAuthenticatedContext context
)
Task^ Authenticated(
    GoogleAuthenticatedContext^ context
)
abstract Authenticated : 
        context:GoogleAuthenticatedContext -> Task
Function Authenticated (
    context As GoogleAuthenticatedContext
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

A Task representing the completed operation.

See Also

IGoogleAuthenticationProvider Interface
Microsoft.Owin.Security.Google Namespace

Return to top