![JAR search and dependency download from the Maven repository](/logo.png)
com.tencentcloudapi.common.provider.CredentialsProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tencentcloud-sdk-java-intl-en Show documentation
Show all versions of tencentcloud-sdk-java-intl-en Show documentation
Tencent Cloud API SDK for Java
package com.tencentcloudapi.common.provider;
import com.tencentcloudapi.common.Credential;
import com.tencentcloudapi.common.exception.TencentCloudSDKException;
public interface CredentialsProvider {
public Credential getCredentials() throws TencentCloudSDKException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy