Chia sẻ qua


IFacebookAuthenticationProvider.Authenticated Method (FacebookAuthenticatedContext)

 

Invoked whenever Facebook succesfully authenticates a user

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

Syntax

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

Parameters

Return Value

Type: System.Threading.Tasks.Task

A Task representing the completed operation.

See Also

IFacebookAuthenticationProvider Interface
Microsoft.Owin.Security.Facebook Namespace

Return to top