JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour
<?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; }