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

com.aliyun.datahub.client.auth.Account Maven / Gradle / Ivy

The newest version!
package com.aliyun.datahub.client.auth;

import okhttp3.Request;

/**
 * Used to specify user access information, and now only support {@link AliyunAccount}
 */
public interface Account {
    void addAuthHeaders(Request.Builder reqBuilder);
    String getPrimaryKey();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy