Class ProviderTest
Represents a service provider that can be used to interact with the MercadoLibre OAuth 2.0 service provider, using bearer token authentication.
- PHPUnit\Framework\TestCase
-
Docta\MercadoLibre\OAuth2\Client\Test\ProviderTest
protected
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
protected
array
|
$options
Options |
#
[
'authSite' => 'MLA',
'clientId' => 'mockClientId',
'clientSecret' => 'mockClientSecret',
'redirectUri' => 'http://mockRedirectUri.com/'
]
|
protected
|
$provider
Provider |