authclient\QQ defaultTitle()

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

authclient\QQ defaultNormalizeUserAttributeMap()

defaultNormalizeUserAttributeMap() protected method Returns the default $normalizeUserAttributeMap value. Particular client may override this method in order to provide specific default map. protected array defaultNormalizeUserAttributeMap ( )return array Normalize attribute map.

authclient\QQ defaultName()

defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.

authclient\QQ $tokenUrl

$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://graph.qq.com/oauth2.0/token'

authclient\QQ $authUrl

$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://graph.qq.com/oauth2.0/authorize'

authclient\QQ buildAuthUrl()

buildAuthUrl() public method Composes user authorization URL. public string buildAuthUrl ( array $params = [] )$params array Additional auth GET params. return string Authorization URL.

authclient\QQ $apiBaseUrl

$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://graph.qq.com'

authclient\OpenId setTrustRoot()

setTrustRoot() public method public void setTrustRoot ( $value )$value string Client trust root (realm).

authclient\OpenId validate()

validate() public method Performs OpenID verification with the OP. public boolean validate ( $validateRequiredAttributes = true )$validateRequiredAttributes boolean Whether to validate required attributes. return boolean Whether the verification was successful.

authclient\OpenId validateRequiredAttributes()

validateRequiredAttributes() protected method Checks if all required attributes are present in the server response. protected boolean validateRequiredAttributes ( )return boolean Whether all required attributes are present.