You appear to be a bot. Output may be restricted
Description
Returns the key used in the access token response to identify the resource owner.
Usage
$string|null = AbstractProvider::getAccessTokenResourceOwnerId();
Parameters
Returns
string|null Resource owner identifier key
Source
File name: wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php
Lines:
1 to 5 of 5
protected function getAccessTokenResourceOwnerId() { return static::ACCESS_TOKEN_RESOURCE_OWNER_ID; }