Overview

Namespaces

  • Docta
    • MercadoLibre
      • Exception
      • OAuth2
        • Client
          • Test
  • GuzzleHttp
    • Cookie
    • Exception
    • Handler
    • Promise
      • Test
      • Tests
    • Psr7
    • Test
      • Handler
    • Tests
      • CookieJar
      • Event
      • Exception
      • Handler
      • Promise
      • Psr7
  • League
    • OAuth2
      • Client
        • Grant
          • Exception
        • Provider
          • Exception
        • Test
          • Grant
          • Provider
            • Exception
            • Fake
          • Token
          • Tool
        • Token
        • Tool
  • None
  • Psr
    • Http
      • Message

Classes

  • ProviderWithAccessTokenResourceOwnerId
  • User
  • Overview
  • Namespace
  • Class
  • Download

Class User

Classes implementing ResourceOwnerInterface may be used to represent the resource owner authenticated with a service provider.

League\OAuth2\Client\Test\Provider\Fake\User implements League\OAuth2\Client\Provider\ResourceOwnerInterface
Namespace: League\OAuth2\Client\Test\Provider\Fake
Located at test/src/Provider/Fake/User.php
Methods summary
public
# __construct( array $response )
public mixed
# getId( )

Returns the identifier of the authorized resource owner.

Returns the identifier of the authorized resource owner.

Returns

mixed

Implementation of

League\OAuth2\Client\Provider\ResourceOwnerInterface::getId()
public
# getUserEmail( )
public
# getUserScreenName( )
public array
# toArray( )

Return all of the owner details available as an array.

Return all of the owner details available as an array.

Returns

array

Implementation of

League\OAuth2\Client\Provider\ResourceOwnerInterface::toArray()
Properties summary
protected array $response
#
MercadoLibre PHP SDK API documentation generated by ApiGen