What does OAuth2 $oAuth mean in the Sina micro-disk SDK?

Source: Internet
Author: User
Tags oauth
Public function __construct (OAuth2 $oAuth, $root = ' sandbox ')
There's a OAuth2 class in front.

Reply content:

Public function __construct (OAuth2 $oAuth, $root = ' sandbox ')
There's a OAuth2 class in front.

OAuth2 $oAuth means that the first parameter $oAuth needs to be an instance of class OAuth2 (new OAuth2)

How about this SDK? O lowercase, one uppercase.

Can you take a good look at the documentation and ask again?
https://github.com/CloudSide/VdiskSDK-PHP/blob/master/Vdisk/Vdisk.php# ...

    /**     * 构造函数     *      * @access public     * @param OAuth2 $oAuth \Vdisk\OAuth2实例     * @param mixed $root 微盘容器的类型(basic or sandbox), 默认为sandbox     * @return void     */    public function __construct(OAuth2 $oAuth, $root = 'sandbox') {        $this->OAuth = $oAuth;        $this->setRoot($root);    }

Instance:
Http://vauth.appsina.com/Doc/classes/Vdisk.OAuth2.html

新浪微盘 OAuth 认证类(OAuth2) Vdisk\OAuth2授权机制说明请参考文档:http://vdisk.weibo.com/developers/index.php?module=api&action=authinfo
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.