PHP 클래스 Bitpay\AccessToken

상속: implements bitpay\AccessTokenInterface
파일 보기 프로젝트 열기: bitpay/php-client

보호된 프로퍼티들

프로퍼티 타입 설명
$email string
$id string
$label string
$useNonce boolean

공개 메소드들

메소드 설명
__construct ( )
getEmail ( )
getId ( )
getLabel ( )
isNonceDisabled ( )
nonceDisable ( ) : bitpay\AccessTokenInterface Disable nonce usage
nonceEnable ( ) : bitpay\AccessTokenInterface Enable nonce usage
setEmail ( string $email ) : bitpay\AccessTokenInterface
setId ( string $id ) : bitpay\AccessTokenInterface
setLabel ( string $label ) : bitpay\AccessTokenInterface

메소드 상세

__construct() 공개 메소드

public __construct ( )

getEmail() 공개 메소드

public getEmail ( )

getId() 공개 메소드

public getId ( )

getLabel() 공개 메소드

public getLabel ( )

isNonceDisabled() 공개 메소드

public isNonceDisabled ( )

nonceDisable() 공개 메소드

Disable nonce usage
public nonceDisable ( ) : bitpay\AccessTokenInterface
리턴 bitpay\AccessTokenInterface

nonceEnable() 공개 메소드

Enable nonce usage
public nonceEnable ( ) : bitpay\AccessTokenInterface
리턴 bitpay\AccessTokenInterface

setEmail() 공개 메소드

public setEmail ( string $email ) : bitpay\AccessTokenInterface
$email string
리턴 bitpay\AccessTokenInterface

setId() 공개 메소드

public setId ( string $id ) : bitpay\AccessTokenInterface
$id string
리턴 bitpay\AccessTokenInterface

setLabel() 공개 메소드

public setLabel ( string $label ) : bitpay\AccessTokenInterface
$label string
리턴 bitpay\AccessTokenInterface

프로퍼티 상세

$email 보호되어 있는 프로퍼티

protected string $email
리턴 string

$id 보호되어 있는 프로퍼티

protected string $id
리턴 string

$label 보호되어 있는 프로퍼티

protected string $label
리턴 string

$useNonce 보호되어 있는 프로퍼티

protected bool $useNonce
리턴 boolean