zdzz相关API文档
点击速度测速APIQZ账号OAuth 2.0认证API
点击速度测速APIQZ账号OAuth 2.0认证API
QQ群
    • 认证
      • 授权端点
        GET
      • 令牌端点
        POST
      • 用户信息端点
        GET
      • OpenID Connect 配置端点
        GET
    • 数据模型
      • TokenResponse
      • UserInfoResponse
      • ErrorResponse
      • OIDConfigurationResponse

    TokenResponse

    {
        "access_token": "string",
        "token_type": "string",
        "expires_in": 0,
        "refresh_token": "string",
        "id_token": "string",
        "scope": "string"
    }
    Built with