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

com.ebay.identity.oauth2.token.clients.TokenClient Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package com.ebay.identity.oauth2.token.clients;

import com.ebay.identity.oauth2.token.models.Token;

public interface TokenClient {

	public Token getAccessToken(final String ruName, final String code);

	public Token refreshAccessToken(final String refreshToken);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy