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

io.sphere.client.oauth.ClientCredentials Maven / Gradle / Ivy

There is a newer version: 0.72.1
Show newest version
package io.sphere.client.oauth;

/** Provides an OAuth token for accessing protected Sphere HTTP API endpoints. */
public interface ClientCredentials {
    /** Returns the OAuth access token. */
    public String getAccessToken();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy