Overview

Namespaces

  • Docta
    • MercadoLibre
      • OAuth2
        • Client
  • GuzzleHttp
    • Cookie
    • Exception
    • Handler
    • Promise
    • Psr7
  • League
    • OAuth2
      • Client
        • Grant
          • Exception
        • Provider
          • Exception
        • Token
        • Tool
  • 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
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 Provider for OAuth 2.0 Client API documentation generated by ApiGen