MicrosoftAccountAuthenticationProvider::Authenticated Method
Invoked whenever Microsoft succesfully authenticates a user
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
public: virtual Task^ Authenticated( MicrosoftAccountAuthenticatedContext^ context )
Parameters
- context
- Type: Microsoft.Owin.Security.MicrosoftAccount::MicrosoftAccountAuthenticatedContext
Contains information about the login session as well as the user ClaimsIdentity.
Implements
IMicrosoftAccountAuthenticationProvider::Authenticated(MicrosoftAccountAuthenticatedContext)
Show: