com.xiaomi.infra.galaxy.fds.client.credential.GalaxyFDSCredential Maven / Gradle / Ivy
package com.xiaomi.infra.galaxy.fds.client.credential;
// TODO(wuzesheng) Abstract the credential interface and reuse it
// with Galaxy SDS
public interface GalaxyFDSCredential {
String getGalaxyAccessId();
String getGalaxyAccessSecret();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy