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

  • 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 Provider for OAuth 2.0 Client API documentation generated by ApiGen