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

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

The newest version!
package com.qcloud.cos.auth;

public interface COSSessionCredentials extends COSCredentials {

    /**
     * Returns the session token for this session.
     */
    public String getSessionToken();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy