프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AuthenticateSessionWithUser | void | ||
GeneratePasswordHash | string | ||
GetUserByEmail | UserInfo | ||
VerifyPasswordMatches | void |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | Chaos.Portal.Core.Exceptions |
public Login ( string email, string password ) : UserInfo | ||
string | ||
password | string | |
리턴 | UserInfo |
public SetPassword ( System.Guid userGuid, string newPassword ) : ScalarResult | ||
userGuid | System.Guid | |
newPassword | string | |
리턴 | ScalarResult |