IMicrosoftAccountAuthenticationProvider::Authenticated Method

Invoked whenever Microsoft succesfully authenticates a user

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

Task^ Authenticated(
	MicrosoftAccountAuthenticatedContext^ context
)

Parameters

context
Type: Microsoft.Owin.Security.MicrosoftAccount::MicrosoftAccountAuthenticatedContext
Contains information about the login session as well as the user ClaimsIdentity.

Return Value

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