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

com.xiaomi.infra.galaxy.fds.client.credential.GalaxyFDSCredential Maven / Gradle / Ivy

There is a newer version: 3.0.44
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy