PHP Class Bitpay\AccessToken

Inheritance: implements bitpay\AccessTokenInterface
Afficher le fichier Open project: bitpay/php-client

Protected Properties

Свойство Type Description
$email string
$id string
$label string
$useNonce boolean

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

public __construct ( )

getEmail() public méthode

public getEmail ( )

getId() public méthode

public getId ( )

getLabel() public méthode

public getLabel ( )

isNonceDisabled() public méthode

public isNonceDisabled ( )

nonceDisable() public méthode

Disable nonce usage
public nonceDisable ( ) : bitpay\AccessTokenInterface
Résultat bitpay\AccessTokenInterface

nonceEnable() public méthode

Enable nonce usage
public nonceEnable ( ) : bitpay\AccessTokenInterface
Résultat bitpay\AccessTokenInterface

setEmail() public méthode

public setEmail ( string $email ) : bitpay\AccessTokenInterface
$email string
Résultat bitpay\AccessTokenInterface

setId() public méthode

public setId ( string $id ) : bitpay\AccessTokenInterface
$id string
Résultat bitpay\AccessTokenInterface

setLabel() public méthode

public setLabel ( string $label ) : bitpay\AccessTokenInterface
$label string
Résultat bitpay\AccessTokenInterface

Property Details

$email protected_oe property

protected string $email
Résultat string

$id protected_oe property

protected string $id
Résultat string

$label protected_oe property

protected string $label
Résultat string

$useNonce protected_oe property

protected bool $useNonce
Résultat boolean