
com.aliyun.openservices.log.common.auth.CredentialsFetcher Maven / Gradle / Ivy
package com.aliyun.openservices.log.common.auth;
public interface CredentialsFetcher {
/**
* Fetches temporary credentials from the authorization server.
*
* @return credentials
*/
TemporaryCredentials fetch();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy