Overview

Namespaces

  • Docta
    • MercadoLibre
      • OAuth2
        • Client
  • GuzzleHttp
    • Cookie
    • Exception
    • Handler
    • Promise
    • Psr7
  • League
    • OAuth2
      • Client
        • Grant
          • Exception
        • Provider
          • Exception
        • Token
        • Tool
  • Psr
    • Http
      • Message

Exceptions

  • IdentityProviderException
  • Overview
  • Namespace
  • Class
  • Download

Class IdentityProviderException

Exception thrown if the provider response contains errors.

Exception
Extended by League\OAuth2\Client\Provider\Exception\IdentityProviderException
Namespace: League\OAuth2\Client\Provider\Exception
Located at src/Provider/Exception/IdentityProviderException.php
Methods summary
public
# __construct( string $message, integer $code, array|string $response )

Parameters

$message
$code
$response
The response body

Overrides

Exception::__construct()
public array|string
# getResponseBody( )

Returns the exception's response body.

Returns the exception's response body.

Returns

array|string
Methods inherited from Exception
__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties summary
protected mixed $response
#
Properties inherited from Exception
$code, $file, $line, $message
MercadoLibre Provider for OAuth 2.0 Client API documentation generated by ApiGen