Class GenericResourceOwner
Represents a generic resource owner for use with the GenericProvider.
-
League\OAuth2\Client\Provider\GenericResourceOwner
implements
League\OAuth2\Client\Provider\ResourceOwnerInterface
Methods summary
public
|
#
__construct( array $response, string $resourceOwnerId )
Parameters
- $response
- $resourceOwnerId
|
public
mixed
|
#
getId( )
Returns the identifier of the authorized resource owner.
Returns the identifier of the authorized resource owner.
Returns
mixed
Implementation of
|
public
array
|
#
toArray( )
Returns the raw resource owner response.
Returns the raw resource owner response.
Returns
array
Implementation of
|