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

com.qcloud.cos.auth.COSCredentialsProvider Maven / Gradle / Ivy

There is a newer version: 5.6.238.2
Show newest version
package com.qcloud.cos.auth;

public interface COSCredentialsProvider {
    /**
     * Returns COSCredentials which the caller can use to authorize an COS request. Each
     * implementation of COSCredentialsProvider can chose its own strategy for get credentials.
     *
     * @return COSCredentials which the caller can use to sign request.
     */
    public COSCredentials getCredentials();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy