Uses of Class
com.mercadopago.resources.oauth.CreateOauthCredential
-
Packages that use CreateOauthCredential Package Description com.mercadopago.client.oauth -
-
Uses of CreateOauthCredential in com.mercadopago.client.oauth
Methods in com.mercadopago.client.oauth that return CreateOauthCredential Modifier and Type Method Description CreateOauthCredential
OauthClient. createCredential(String authorizationCode, String redirectUri)
Create Oauth credentials to operate on behalf of a seller.CreateOauthCredential
OauthClient. createCredential(String authorizationCode, String redirectUri, MPRequestOptions requestOptions)
Create Oauth credentials to operate on behalf of a seller.
-