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

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

The newest version!
package io.sphere.sdk.client;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy