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

com.easemob.push.server.model.Credentials Maven / Gradle / Ivy

The newest version!
package com.easemob.push.server.model;

public interface Credentials {

    String getId();

    String getSecret();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy