com.smartling.api.sdk.auth.TokenProvider Maven / Gradle / Ivy
package com.smartling.api.sdk.auth;
import com.smartling.api.sdk.exceptions.SmartlingApiException;
public interface TokenProvider
{
AuthenticationToken getAuthenticationToken() throws SmartlingApiException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy