Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invoked whenever Microsoft succesfully authenticates a user
Namespace: Microsoft.Owin.Security.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
Task Authenticated(
MicrosoftAccountAuthenticatedContext context
)
Task^ Authenticated(
MicrosoftAccountAuthenticatedContext^ context
)
abstract Authenticated :
context:MicrosoftAccountAuthenticatedContext -> Task
Function Authenticated (
context As MicrosoftAccountAuthenticatedContext
) As Task
Parameters
context
Type: Microsoft.Owin.Security.MicrosoftAccount.MicrosoftAccountAuthenticatedContextContains information about the login session as well as the user ClaimsIdentity.
Return Value
Type: System.Threading.Tasks.Task
A Task representing the completed operation.
See Also
IMicrosoftAccountAuthenticationProvider Interface
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top