Property | Type | Description | |
---|---|---|---|
AuthenticateSessionWithUser | void | ||
GeneratePasswordHash | string | ||
GetUserByEmail | UserInfo | ||
VerifyPasswordMatches | void |
Method | Description | |
---|---|---|
EmailPassword ( IPortalApplication portalApplication, IAuthenticationRepository authenticationRepository, PasswordSettings settings, IAuthenticationModule authenticationModule ) : Chaos.Portal.Core.Exceptions | ||
Login ( string email, string password ) : UserInfo | ||
SetPassword ( System.Guid userGuid, string newPassword ) : ScalarResult |
Method | Description | |
---|---|---|
AuthenticateSessionWithUser ( UserInfo user ) : void | ||
GeneratePasswordHash ( string password, string salt ) : string | ||
GetUserByEmail ( string email ) : UserInfo | ||
VerifyPasswordMatches ( string password, UserInfo user ) : void |
public EmailPassword ( IPortalApplication portalApplication, IAuthenticationRepository authenticationRepository, PasswordSettings settings, IAuthenticationModule authenticationModule ) : Chaos.Portal.Core.Exceptions | ||
portalApplication | IPortalApplication | |
authenticationRepository | IAuthenticationRepository | |
settings | PasswordSettings | |
authenticationModule | IAuthenticationModule | |
return | Chaos.Portal.Core.Exceptions |
public Login ( string email, string password ) : UserInfo | ||
string | ||
password | string | |
return | UserInfo |
public SetPassword ( System.Guid userGuid, string newPassword ) : ScalarResult | ||
userGuid | System.Guid | |
newPassword | string | |
return | ScalarResult |