IMicrosoftAccountAuthenticationProvider.Authenticated Method

Invoked whenever Microsoft successfully authenticates a user

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

Syntax

'Declaration
Function Authenticated ( _
    context As MicrosoftAccountAuthenticatedContext _
) As Task
'Usage
Dim instance As IMicrosoftAccountAuthenticationProvider 
Dim context As MicrosoftAccountAuthenticatedContext 
Dim returnValue As Task 

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

Parameters

Return Value

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

See Also

Reference

IMicrosoftAccountAuthenticationProvider Interface

Microsoft.Owin.Security.MicrosoftAccount Namespace