All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mangopay.core.APIs.OAuthApi Maven / Gradle / Ivy

There is a newer version: 2.42.0
Show newest version
package com.mangopay.core.APIs;

import com.mangopay.core.OAuthToken;

/**
 * Created by thepa on 18-Jan-17.
 */
public interface OAuthApi {

    /**
     * Gets the new token used for requests authentication.
     *
     * @return OAuth object with token information.
     */
    OAuthToken createToken() throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy