Documentation

oauth.php

Tags
copyright

Copyright (C) 2010 - 2018 Stack Ideas Sdn Bhd. All rights reserved.

license

GNU/GPL, see LICENSE.php EasyBlog is free software. This version may have been modified pursuant to the GNU General Public License, and as distributed it includes or is derivative of works licensed under the GNU General Public License or other free or open source software licenses. See COPYRIGHT.php for copyright notices and details.

Table of Contents

Classes

EBOAuthException
EBOAuthConsumer
EBOAuthToken
EBOAuthSignatureMethod
A class for implementing a Signature Method See section 9 ("Signing Requests") in the spec
EBOAuthSignatureMethod_HMAC_SHA1
The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104] where the Signature Base String is the text and the key is the concatenated values (each first encoded per Parameter Encoding) of the Consumer Secret and Token Secret, separated by an '&' character (ASCII code 38) even if empty.
EBOAuthSignatureMethod_PLAINTEXT
The PLAINTEXT method does not provide any security protection and SHOULD only be used over a secure channel such as HTTPS. It does not use the Signature Base String.
EBOAuthSignatureMethod_RSA_SHA1
The RSA-SHA1 signature method uses the RSASSA-PKCS1-v1_5 signature algorithm as defined in [RFC3447] section 8.2 (more simply known as PKCS#1), using SHA-1 as the hash function for EMSA-PKCS1-v1_5. It is assumed that the Consumer has provided its RSA public key in a verified way to the Service Provider, in a manner which is beyond the scope of this specification.
EBOAuthRequest
EBOAuthServer
EBOAuthDataStore
EBOAuthUtil

        
On this page

Search results