com.xiaomi.infra.galaxy.fds.client.credential.GalaxyFDSCredential Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of galaxy-fds-sdk-java Show documentation
Show all versions of galaxy-fds-sdk-java Show documentation
Xiaomi File Storage Service SDK
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();
}