C# Class WebChat.Models.ApplicationUser

Inheritance: IdentityUser
Mostrar archivo Open project: SoftUniTeamWork/WebServicesAndCloudTeamProject Class Usage Examples

Public Methods

Method Description
ApplicationUser ( ) : System.Web.Http
GenerateUserIdentityAsync ( UserManager manager, string authenticationType ) : Task

Method Details

ApplicationUser() public method

public ApplicationUser ( ) : System.Web.Http
return System.Web.Http

GenerateUserIdentityAsync() public method

public GenerateUserIdentityAsync ( UserManager manager, string authenticationType ) : Task
manager UserManager
authenticationType string
return Task