WebResource: getToken
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
需要授权
获取用于经过身份验证的用户的验证令牌,将其放置在网站或网域上。
立即试用。
请求
HTTP 请求
POST https://www.googleapis.com/siteVerification/v1/token
授权
此请求需要获得以下至少一个范围的授权(详细了解身份验证和授权)。
范围 |
https://www.googleapis.com/auth/siteverification |
https://www.googleapis.com/auth/siteverification.verify_only |
请求正文
在请求正文中,请按以下结构提供数据:
{
"site": {
"type": string,
"identifier": string
},
"verificationMethod": string
}
属性名称 |
值 |
说明 |
备注 |
site |
object |
用于存储将为其生成验证令牌的网站地址和类型的容器 。 |
|
site.type |
string |
要验证的资源类型。
可接受的值包括:
- “
ANDROID_APP ”
- “
INET_DOMAIN ”
- “
SITE ”
|
|
site.identifier |
string |
网站标识符。如果类型设置为 SITE ,则标识符为网址。如果类型设置为 INET_DOMAIN ,则标识符为域名。 |
|
verificationMethod |
string |
网站验证系统用于验证此网站或网域的验证方法。
可接受的值包括:
<ph type="x-smartling-placeholder"></ph>
- “
ANALYTICS ”:仅限网站
- “
DNS ”:请改用 DNS_TXT
- “
DNS_CNAME ”:仅限网域
- “
DNS_TXT ”:仅限网域
- “
FILE ”:仅限网站
- “
META ”:仅限网站
- “
TAG_MANAGER ”:仅限网站
|
|
响应
如果成功,此方法将返回采用以下结构的响应正文:
{
"method": string,
"token": string
}
属性名称 |
值 |
说明 |
备注 |
method |
string |
您在请求中选择的验证方法。
可接受的值包括:
- “
ANALYTICS ”
- “
DNS ”
- “
DNS_CNAME ”
- “
DNS_TXT ”
- “
FILE ”
- “
META ”
- “
TAG_MANAGER ”
|
|
token |
string |
要在经过身份验证的用户的网站上放置的字符串(使用所选的验证方法)。如需了解详情,请参阅“使用入门”文档中的验证方法和令牌。 |
|
试试看!
请使用下面的 API Explorer 针对实际数据调用此方法并查看响应。
或者,您也可以尝试
独立广告
Explorer。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-23。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-08-23。"],[[["Retrieves a verification token for website or domain ownership verification upon authorization."],["Supports various verification methods including `ANALYTICS`, `DNS`, `DNS_CNAME`, `DNS_TXT`, `FILE`, `META`, and `TAG_MANAGER`."],["Requires specifying the site type (`SITE`, `INET_DOMAIN`, or `ANDROID_APP`) and identifier (URL or domain name)."],["Returns the selected verification method and the corresponding token to be placed on the site."],["Authorization is required with the `siteverification` or `siteverification.verify_only` scope."]]],[]]