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