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

com.dingtalk.open.app.api.security.DingTalkCredential Maven / Gradle / Ivy

package com.dingtalk.open.app.api.security;

/**
 * @author feiyin
 * @date 2023/2/9
 */
public interface DingTalkCredential {
    /**
     * 获取aK
     *
     * @return
     */
    String getClientId();

    /**
     * 获取sk
     *
     * @return
     */
    String getClientSecret();


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy