Udostępnij za pośrednictwem


IGoogleOAuth2AuthenticationProvider.Authenticated Method (GoogleOAuth2AuthenticatedContext)

 

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(
    GoogleOAuth2AuthenticatedContext context
)
Task^ Authenticated(
    GoogleOAuth2AuthenticatedContext^ context
)
abstract Authenticated : 
        context:GoogleOAuth2AuthenticatedContext -> Task
Function Authenticated (
    context As GoogleOAuth2AuthenticatedContext
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

A Task representing the completed operation.

See Also

IGoogleOAuth2AuthenticationProvider Interface
Microsoft.Owin.Security.Google Namespace

Return to top