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

com.aliyun.auth.credentials.ICredential Maven / Gradle / Ivy

The newest version!
package com.aliyun.auth.credentials;

public interface ICredential {
    String accessKeyId();
    String accessKeySecret();
    String securityToken();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy