Application
表示一个通过 REST API 访问帐户或发布嘟文的应用。
示例
{
"name": "Test Application",
"website": "https://app.example",
"scopes": ["read", "write", "push"],
"redirect_uri": "https://app.example/callback\nhttps://app.example/register",
"redirect_uris": [
"https://app.example/callback",
"https://app.example/register"
]
}
属性
name
描述: 你的应用的名称。
类型: 字符串
版本历史:
0.9.9 - 添加
website 可选
描述: 与你的应用关联的网站。
类型: nullable 字符串 (URL)
版本历史:
0.9.9 - 添加
3.5.1 - this property is now nullable
scopes
描述: 你的应用的作用域。按空格分隔的已注册的 scopes 字符串。
类型: 字符串数组
版本历史:
4.3.0 - 添加
redirect_uris
描述: 你的应用的已注册重定向 URI。
类型: 字符串数组 (数组中元素的值为 URL 或 "urn:ietf:wg:oauth:2.0:oob")
版本历史:
4.3.0 - 添加
redirect_uri 已弃用
描述: 你的应用的已注册重定向 URI。
当注册了多个重定向 URI 时,可能包含 \n 字符。
类型: 字符串
版本历史:
0.0.0 - 添加
4.3.0 - 已弃用,推荐使用 redirect_uris,因为当注册了多个重定向 URI 时,此属性的值不是一个格式规范的 URI
vapid_key 已弃用
描述: 用于流式推送 API。与 POST /api/v1/apps 一同返回。等同于 WebPushSubscription#server_key 和 Instance#vapid_public_key
类型: 字符串
版本历史:
2.8.0 - 添加
4.3.0 - 已弃用,等待移除,请参阅 api/v2/instance 以获取此值 (configuration.vapid.public_key)
CredentialApplication 属性
所有 Application 属性以及以下属性:
client_id
描述: 客户端 ID 密钥,用于获取 OAuth 令牌
类型: 字符串
版本历史:
0.9.9 - 添加
4.3.0 - moved to CredentialApplication from Application
client_secret
描述: 客户端密钥,用于获取 OAuth 令牌
类型: 字符串
版本历史:
0.9.9 - 添加
4.3.0 - moved to CredentialApplication from Application
client_secret_expires_at
描述: 客户端密钥到期时间,目前始终返回 0,表示 OAuth 客户端不会过期
类型: 字符串
版本历史:
4.3.0 - 添加
参见
应用 API 方法 嘟文(application 属性)
app/serializers/rest/application_serializer.rb
app/serializers/rest/credential_application_serializer.rb翻译状态: 本文是英文页面 Application 的翻译,最后翻译时间:2025-04-21,点击这里可以查看翻译后页面的改动。