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

  • AbstractGrant
  • AuthorizationCode
  • ClientCredentials
  • GrantFactory
  • Password
  • RefreshToken
  • Overview
  • Namespace
  • Class
  • Download

Class Password

Represents a resource owner password credentials grant.

League\OAuth2\Client\Grant\AbstractGrant uses League\OAuth2\Client\Tool\RequiredParameterTrait
Extended by League\OAuth2\Client\Grant\Password
Namespace: League\OAuth2\Client\Grant
Link: Resource Owner Password Credentials (RFC 6749, ยง1.3.3)
Located at src/Grant/Password.php
Methods summary
protected string
# getName( )

Returns

string

Inheritdoc

protected array
# getRequiredRequestParameters( )

Returns

array

Inheritdoc

Methods inherited from League\OAuth2\Client\Grant\AbstractGrant
__toString(), prepareRequestParameters()
MercadoLibre PHP SDK API documentation generated by ApiGen