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

com.aliyun.auth.credentials.provider.ICredentialProvider Maven / Gradle / Ivy

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

import com.aliyun.auth.credentials.ICredential;
import com.aliyun.auth.credentials.exception.*;
import com.aliyun.core.utils.SdkAutoCloseable;

public interface ICredentialProvider extends SdkAutoCloseable {
    ICredential getCredentials() throws CredentialException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy