Class Mage_Oauth_Model_Token
oAuth token model
- Varien_Object
- Mage_Core_Model_Abstract
- Mage_Oauth_Model_Token
Package: Mage\Oauth
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Oauth/Model/Token.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Oauth/Model/Token.php
protected
|
|
protected
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
string
|
|
protected
|
|
public
array|boolean
|
|
public
|
string |
TYPE_REQUEST
|
'request' |
#
Token types |
string |
TYPE_ACCESS
|
'access' |
|
integer |
LENGTH_TOKEN
|
32 |
#
Lengths of token fields |
integer |
LENGTH_SECRET
|
32 |
|
integer |
LENGTH_VERIFIER
|
32 |
|
string |
USER_TYPE_ADMIN
|
'admin' |
#
Customer types |
string |
USER_TYPE_CUSTOMER
|
'customer' |
$_cacheTag,
$_dataSaveAllowed,
$_eventObject,
$_eventPrefix,
$_isObjectNew,
$_resource,
$_resourceCollectionName,
$_resourceName
|