public class TenantAccessToken extends Object
TenantAccessToken(Config config)
CreateTenantAccessTokenResp
create(CreateTenantAccessTokenReq req)
create(CreateTenantAccessTokenReq req, RequestOptions reqOptions)
InternalTenantAccessTokenResp
internal(InternalTenantAccessTokenReq req)
internal(InternalTenantAccessTokenReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TenantAccessToken(Config config)
public CreateTenantAccessTokenResp create(CreateTenantAccessTokenReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=auth&resource=tenant_access_token&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/authv3/CreateTenantAccessTokenSample.java ;
Exception
public CreateTenantAccessTokenResp create(CreateTenantAccessTokenReq req) throws Exception
public InternalTenantAccessTokenResp internal(InternalTenantAccessTokenReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=internal&project=auth&resource=tenant_access_token&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/authv3/InternalTenantAccessTokenSample.java ;
public InternalTenantAccessTokenResp internal(InternalTenantAccessTokenReq req) throws Exception
Copyright © 2025. All rights reserved.