LTI Tool Provider Library  3.0.2
PHP class library for building LTI Tool Providers
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 (   $key,
  $secret,
  $callback_url = NULL 
)

Definition at line 17 of file OAuthConsumer.php.

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

Member Function Documentation

__toString ( )

Definition at line 23 of file OAuthConsumer.php.

Field Documentation

$key

Definition at line 14 of file OAuthConsumer.php.

Referenced by OAuthConsumer\__construct().

$secret

Definition at line 15 of file OAuthConsumer.php.

Referenced by OAuthConsumer\__construct().


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