authclient\clients\LinkedIn 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\clients\LinkedIn generateAuthState()

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

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

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

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 $authUrl

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

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 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 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 ( )