io.sphere.sdk.client.SphereAuth Maven / Gradle / Ivy
package io.sphere.sdk.client;
import io.sphere.sdk.utils.SphereInternalLogger;
import static io.sphere.sdk.utils.SphereInternalLogger.getLogger;
final class SphereAuth {
static final SphereInternalLogger AUTH_LOGGER = getLogger("oauth");
private SphereAuth() {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy