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

  • AbstractProvider
  • GenericProvider
  • GenericResourceOwner

Interfaces

  • ResourceOwnerInterface
  • Overview
  • Namespace
  • Class
  • Download

Interface ResourceOwnerInterface

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

Direct known implementers

Docta\MercadoLibre\OAuth2\Client\ResourceOwner, League\OAuth2\Client\Provider\GenericResourceOwner, League\OAuth2\Client\Test\Provider\Fake\User
Namespace: League\OAuth2\Client\Provider
Located at src/Provider/ResourceOwnerInterface.php
Methods summary
public mixed
# getId( )

Returns the identifier of the authorized resource owner.

Returns the identifier of the authorized resource owner.

Returns

mixed
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
MercadoLibre PHP SDK API documentation generated by ApiGen