com.qcloud.cos.auth.COSSessionCredentials Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cos_api Show documentation
Show all versions of cos_api Show documentation
qcloud cos sdk for inner tencentyun
The newest version!
package com.qcloud.cos.auth;
public interface COSSessionCredentials extends COSCredentials {
/**
* Returns the session token for this session.
*/
public String getSessionToken();
}