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

com.tencentcloudapi.common.provider.CredentialsProvider Maven / Gradle / Ivy

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