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

Class: HTTP_OAuth_Store_Data

Source Location: /HTTP_OAuth-0.3.1/HTTP/OAuth/Store/Data.php

Class Overview


A simple structure for storing oauth access token data.


Author(s):

Copyright:

  • 2009 Bill Shupp

Variables


Inherited Variables

Inherited Methods


Class Details

[line 25]
A simple structure for storing oauth access token data.


[ Top ]


Class Variables

$accessToken =  null

[line 53]

The access token
  • Access: public

Type:   string


[ Top ]

$accessTokenSecret =  null

[line 60]

The access token secret
  • Access: public

Type:   string


[ Top ]

$consumerUserID =  null

[line 32]

The user's unique ID at the the consumer
  • Access: public

Type:   mixed


[ Top ]

$providerName =  null

[line 46]

The name of the provider (i.e. 'twitter')
  • Access: public

Type:   mixed


[ Top ]

$providerUserID =  null

[line 39]

The user's unique ID at the provider
  • Access: public

Type:   mixed


[ Top ]

$scope =  null

[line 67]

The token's scope
  • Access: public

Type:   mixed


[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:55:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.