authclient\clients\Twitter $accessTokenMethod

$accessTokenMethod public property Access token HTTP method. Access token HTTP method. public string $accessTokenMethod = 'POST'

authclient\clients\Twitter $accessTokenUrl

$accessTokenUrl public property OAuth access token URL. OAuth access token URL. public string $accessTokenUrl = 'https://api.twitter.com/oauth/access_token'

authclient\clients\Twitter $apiBaseUrl

$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://api.twitter.com/1.1'

authclient\clients\Live 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\clients\Live initUserAttributes()

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

authclient\clients\Live defaultName()

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

authclient\clients\Live defaultTitle()

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

authclient\clients\Live $apiBaseUrl

$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://apis.live.net/v5.0'

authclient\clients\Live $tokenUrl

$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://login.live.com/oauth20_token.srf'

authclient\clients\Live $authUrl

$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://login.live.com/oauth20_authorize.srf'