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

Struct DefaultAuthrAccessToken

openplatform/miniprogram/miniprogram.go:93–96  ·  view source on GitHub ↗

DefaultAuthrAccessToken 默认获取授权ak的方法

Source from the content-addressed store, hash-verified

91
92// DefaultAuthrAccessToken 默认获取授权ak的方法
93type DefaultAuthrAccessToken struct {
94 opCtx *openContext.Context
95 appID string
96}
97
98// NewDefaultAuthrAccessToken 设置access_token
99func NewDefaultAuthrAccessToken(opCtx *openContext.Context, appID string) credential.AccessTokenHandle {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected