[ class tree: core ] [ index: core ] [ all elements ]

Class: OAuthToken

Source Location: /zp-extensions/common/oAuth/OAuth.php

Class OAuthToken

Property Summary
mixed   $key  
mixed   $secret  

[ Top ]
Method Summary
OAuthToken   __construct()   key = the token
void   to_string()   generates the basic string serialization of a token that a server
void   __toString()  

[ Top ]
Properties
mixed   $key [line 27]
API Tags:
Access:  public


[ Top ]
mixed   $secret [line 28]
API Tags:
Access:  public


[ Top ]
Methods
Constructor __construct  [line 34]

  OAuthToken __construct( $key, $secret  )

key = the token

secret = the token secret

Parameters:
   $key: 
   $secret: 


[ Top ]
to_string  [line 43]

  void to_string( )

generates the basic string serialization of a token that a server

would respond to request_token and access_token calls with



[ Top ]
__toString  [line 50]

  void __toString( )



[ Top ]

Documentation generated on Sat, 07 Jun 2014 18:03:41 +0200 by phpDocumentor 1.4.3