authclient\signature\BaseMethod getName()

getName() public abstract method Return the canonical name of the Signature Method. public abstract string getName ( )return string Method name.

authclient\signature\BaseMethod $name

$name public read-only property Method name. public abstract string getName ( )

authclient\QQ processResponse()

processResponse() protected method Processes raw response converting it to actual data. protected array processResponse ( $rawResponse, $contentType = self::CONTENT_TYPE_AUTO )$rawResponse string Raw response. $contentType string Response content type. return array Actual response. throws yii\base\Exception on failure.

authclient\signature\BaseMethod generateSignature()

generateSignature() public abstract method Generates OAuth request signature. public abstract string generateSignature ( $baseString, $key )$baseString string Signature base string. $key string Signature key. return string Signature string.

authclient\QQ fetchAccessToken()

fetchAccessToken() public method Fetches access token from authorization code. public yii\authclient\OAuthToken fetchAccessToken ( $authCode, array $params = [] )$authCode string Authorization code, usually comes at $_GET['code']. $params array Additional request params. return yii\authclient\OAuthToken Access token.

authclient\QQ initUserAttributes()

initUserAttributes() protected method Initializes authenticated user attributes. protected array initUserAttributes ( )return array Auth user attributes.

authclient\QQ init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

authclient\QQ generateAuthState()

generateAuthState() protected method Generates the auth state value. protected string generateAuthState ( )return string Auth state value.

authclient\QQ defaultReturnUrl()

defaultReturnUrl() protected method Composes default $returnUrl value. protected string defaultReturnUrl ( )return string Return URL.

authclient\QQ defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.