JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "OAuthRefreshRequest.php"
Full Path: /var/www/laravel_filter/vendor/mercadopago/dx-php/src/MercadoPago/Client/OAuth/OAuthRefreshRequest.php
File size: 355 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace MercadoPago\Client\OAuth;
/** OAuthRefreshRequest class. */
class OAuthRefreshRequest
{
/** Client secret. */
public string $client_secret;
/** Client ID. */
public string $client_id;
/** Grant type. */
public string $grant_type = "refresh_token";
/** Refresh token. */
public string $refresh_token;
}