authclient\widgets\AuthChoice init()

init() public method Initializes the widget. public void init ( )

authclient\WeChat defaultTitle()

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

authclient\clients\Facebook initUserAttributes()

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

authclient\widgets\GooglePlusButton registerClientScript()

registerClientScript() protected method Registers necessary JavaScript. protected void registerClientScript ( )

sphinx\ActiveRecord attributes()

attributes() public method Returns the list of all attribute names of the model. The default implementation will return all column names of the table associated with this AR class. public array attributes ( )return array List of attribute names.

authclient\signature\RsaSha1 $privateCertificateFile

$privateCertificateFile public property Path to the file, which holds private key certificate. public string $privateCertificateFile = ''

authclient\WeChat apiInternal()

apiInternal() protected method Performs request to the OAuth API. protected array apiInternal ( $accessToken, $url, $method, array $params, array $headers )$accessToken yii\authclient\OAuthToken Actual access token. $url string Absolute API URL. $method string Request method. $params array Request parameters. $headers array Additional request headers. return array API response. throws yii\base\Exception on failure.

authclient\AuthAction redirect()

redirect() public method Redirect to the given URL or simply close the popup window. public yii\web\Response redirect ( $url, $enforceRedirect = true )$url mixed URL to redirect, could be a string or array config to generate a valid URL. $enforceRedirect boolean Indicates if redirect should be performed even in case of popup window. return yii\web\Response Response instance.

jui\Draggable init()

init() public method Initializes the widget. public void init ( )

authclient\BaseClient initUserAttributes()

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