MCPcopy
hub / github.com/silenceper/wechat / GetAccessToken

Method GetAccessToken

credential/access_token.go:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5// AccessTokenHandle AccessToken 接口
6type AccessTokenHandle interface {
7 GetAccessToken() (accessToken string, err error)
8}
9
10// AccessTokenCompatibleHandle 同时实现 AccessTokenHandle 和 AccessTokenContextHandle

Callers 15

GetConfigMethod · 0.65
GetAgentConfigMethod · 0.65
AccountAddMethod · 0.65
AccountDelMethod · 0.65
AccountUpdateMethod · 0.65
AccountListMethod · 0.65
AccountPagingMethod · 0.65
AddContactWayMethod · 0.65
GetCorpStatisticMethod · 0.65
GetServicerStatisticMethod · 0.65
AddKnowledgeGroupMethod · 0.65
DelKnowledgeGroupMethod · 0.65

Implementers 8

DefaultAccessTokencredential/default_access_token.go
StableAccessTokencredential/default_access_token.go
WorkAccessTokencredential/default_access_token.go
MiniProgramopenplatform/miniprogram/miniprogram.g
DefaultAuthrAccessTokenopenplatform/miniprogram/miniprogram.g
DefaultAuthrAccessTokenopenplatform/officialaccount/officiala
mockAccessTokenHandleopenplatform/officialaccount/js/js_tes
OfficialAccountofficialaccount/officialaccount.go

Calls

no outgoing calls

Tested by

no test coverage detected