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

    UserInfoResponse

    {
        "sub": "string",
        "name": "string",
        "given_name": "string",
        "family_name": "string",
        "middle_name": "string",
        "nickname": "string",
        "preferred_username": "string",
        "profile": "http://example.com",
        "picture": "http://example.com",
        "website": "http://example.com",
        "email": "user@example.com",
        "email_verified": true,
        "gender": "string",
        "birthdate": "string",
        "zoneinfo": "string",
        "locale": "string",
        "phone_number": "string",
        "phone_number_verified": true,
        "address": {
            "formatted": "string",
            "street_address": "string",
            "locality": "string",
            "region": "string",
            "postal_code": "string",
            "country": "string"
        },
        "updated_at": 0
    }
    Built with