Versions in this module Expand all Collapse all v1 v1.0.2 May 8, 2026 Changes in this version + var BaiduPlatform *module_api.Platform + var GetAccessTokenUrl = "https://github.com/login/oauth/access_token" + func GetAccessTokenFunc(httpService httpx.IService, appId, appSecret string, extends map[string]any) (res *module_api.OauthInfo, err error) + type GetAccessTokenResponse struct + AccessToken string + Error string + ErrorDescription string + ExpiresIn int64 + RefreshToken string + RefreshTokenExpiresIn int64 + Scope string + TokenType string