Skip to content

OAuth1Token

  • Full name: \OAuth1Token

Properties

key

public $key

secret

public $secret

expires

public $expires

scope

public $scope

uid

public $uid

Methods

__construct

key = the token secret = the token secret

public __construct(mixed $key, mixed $secret): mixed

Parameters:

Parameter Type Description
$key mixed
$secret mixed

to_string

generates the basic string serialization of a token that a server would respond to request_token and access_token calls with

public to_string(): mixed

__toString

public __toString(): mixed


Automatically generated on 2025-03-18