PHP 클래스 Swift_Transport_Esmtp_Auth_LoginAuthenticator, Halite

저자: Chris Corbyn
상속: implements Swift_Transport_Esmtp_Authenticator
파일 보기 프로젝트 열기: HaliteChallenge/Halite

공개 메소드들

메소드 설명
authenticate ( Swift_Transport_SmtpAgent $agent, string $username, string $password ) : boolean Try to authenticate the user with $username and $password.
getAuthKeyword ( ) : string Get the name of the AUTH mechanism this Authenticator handles.

메소드 상세

authenticate() 공개 메소드

Try to authenticate the user with $username and $password.
public authenticate ( Swift_Transport_SmtpAgent $agent, string $username, string $password ) : boolean
$agent Swift_Transport_SmtpAgent
$username string
$password string
리턴 boolean

getAuthKeyword() 공개 메소드

Get the name of the AUTH mechanism this Authenticator handles.
public getAuthKeyword ( ) : string
리턴 string