LTI Integration Library  3.1.0
PHP class library for building LTI integrations
OAuthConsumer Class Reference

Class to represent an OAuth Consumer. More...

Public Member Functions

 __construct ($key, $secret, $callback_url=NULL)
 
 __toString ()
 

Data Fields

 $key
 
 $secret
 

Detailed Description

Class to represent an OAuth Consumer.

Version
2008-08-04
Licence: https://opensource.org/licenses/MIT The MIT License

Definition at line 12 of file OAuthConsumer.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $key,
  $secret,
  $callback_url = NULL 
)

Definition at line 18 of file OAuthConsumer.php.

References OAuthConsumer\$key, and OAuthConsumer\$secret.

Member Function Documentation

◆ __toString()

__toString ( )

Definition at line 25 of file OAuthConsumer.php.

Field Documentation

◆ $key

$key

Definition at line 15 of file OAuthConsumer.php.

Referenced by OAuthConsumer\__construct().

◆ $secret

$secret

Definition at line 16 of file OAuthConsumer.php.

Referenced by OAuthConsumer\__construct().


The documentation for this class was generated from the following file: