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

    OIDConfigurationResponse

    {
        "issuer": "http://example.com",
        "authorization_endpoint": "http://example.com",
        "token_endpoint": "http://example.com",
        "userinfo_endpoint": "http://example.com",
        "jwks_uri": "http://example.com",
        "registration_endpoint": "http://example.com",
        "scopes_supported": [
            "string"
        ],
        "response_types_supported": [
            "string"
        ],
        "grant_types_supported": [
            "string"
        ],
        "token_endpoint_auth_methods_supported": [
            "string"
        ],
        "claims_supported": [
            "string"
        ],
        "code_challenge_methods_supported": [
            "string"
        ]
    }
    Built with