IGoogleAuthenticationProvider.Authenticated Method

Indicates the specified authenticated context.

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

Syntax

'Declaration
Function Authenticated ( _
    context As GoogleAuthenticatedContext _
) As Task
'Usage
Dim instance As IGoogleAuthenticationProvider 
Dim context As GoogleAuthenticatedContext 
Dim returnValue As Task 

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

Parameters

Return Value

Type: System.Threading.Tasks.Task
The task that represents the operation to authenticate the context.

See Also

Reference

IGoogleAuthenticationProvider Interface

Microsoft.Owin.Security.Google Namespace