Class RefreshOauthCredentialRequest


  • public class RefreshOauthCredentialRequest
    extends Object
    Credential information to perform a refresh credential request. Go to this page to learn more.
    • Method Detail

      • getGrantType

        public String getGrantType()
        Type of operation to perform to get your credentials. This is a fixed parameter with a refresh_token value.
      • getClientSecret

        public String getClientSecret()
        Private key to be used in some plugins to generate payments. You can get it in Your credentials.
      • getClientId

        public String getClientId()
        Unique ID that identifies your integration. You can get it in your Mercado Pago credentials.
      • getRefreshToken

        public String getRefreshToken()
        Value received with your seller's data.