C# Class Membrane.Core.Services.AuthenticationService

Inheritance: IAuthenticationService
Afficher le fichier Open project: pollingj/Membrane-CMS

Méthodes publiques

Méthode Description
AuthenticateUser ( AuthenticationRequestDTO authenticationRequest ) : AuthenticatedUserDTO
AuthenticationService ( IRepository userRepository, IEncryptionService encryptionService ) : AutoMapper

Method Details

AuthenticateUser() public méthode

public AuthenticateUser ( AuthenticationRequestDTO authenticationRequest ) : AuthenticatedUserDTO
authenticationRequest Membrane.Core.DTOs.AuthenticationRequestDTO
Résultat Membrane.Core.DTOs.AuthenticatedUserDTO

AuthenticationService() public méthode

public AuthenticationService ( IRepository userRepository, IEncryptionService encryptionService ) : AutoMapper
userRepository IRepository
encryptionService IEncryptionService
Résultat AutoMapper