PHP 클래스 Horde_Smtp_Password_Xoauth2, horde

See: https://developers.google.com/gmail/xoauth2_protocol
부터: 1.3.0
저자: Michael Slusarz ([email protected])
상속: implements Horde_Smtp_Password
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$access_token string Access token.
$username string Username.

공개 메소드들

메소드 설명
__construct ( string $username, string $access_token ) Constructor.
getPassword ( ) : string Return the password to use for the server connection.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $username, string $access_token )
$username string The username.
$access_token string The access token.

getPassword() 공개 메소드

Return the password to use for the server connection.
public getPassword ( ) : string
리턴 string The password.

프로퍼티 상세

$access_token 공개적으로 프로퍼티

Access token.
public string $access_token
리턴 string

$username 공개적으로 프로퍼티

Username.
public string $username
리턴 string