Authentication

Authentication

是云端、网页和 SSH 访问函数的选项,允许给定认证参数.

更多信息

  • Authentication 的可能设置包括:
  • AutomaticCloudConnect 凭据上的基础验证
    <|"Username",|>给出用于认证的明确的用户名等
    PermissionsKey["key"]给出认证的权限密钥
    SecuredAuthenticationKey[assoc]给出 OAuth 安全认证密钥
    assoc插入 HTTP 请求中指定的显式元素
  • Authenticationassoc 形式中,关联 assoc 可含有以下元素:
  • "Username"用于认证的用户名
    "Password"用于认证的密码
    "Headers"要发送到服务器的标头列表
    "Query"HTTP 查询字符串或参数-值数据对列表
    "SSHKey"SSH 标识符
    "SSHKeyPassword"用于解密 SSHKey 的密语字符串
  • 可以用 "SSHKey" File[ident] 形式给出 SSH 标识符,其中 ident 是含有 SSH 私钥的文件. 也可用 "SSHKey" "string" 形式给出,其中 "string" 是 SSH 私钥.

范例

基本范例  (6)

部署权限授予 PermissionsKey 的云对象:

Authentication 使用 PermissionsKey,读取云对象内容:

用标识文件从远程计算机复制文件:

连接到 Google Translate API,用 API 密钥进行身份验证:

连接到 Pushbullet API,用在请求标头中发送的用户访问令牌进行身份验证:

连接到 Reddit API,用 OAuth 2.0 SecuredAuthenticationKey 进行身份验证:

通过提供一组用户 Twitter 应用程序凭据,用 ServiceConnect 连接到 Twitter:

Wolfram Research (2016),Authentication,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Authentication.html (更新于 2019 年).

文本

Wolfram Research (2016),Authentication,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Authentication.html (更新于 2019 年).

CMS

Wolfram 语言. 2016. "Authentication." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2019. https://reference.wolfram.com/language/ref/Authentication.html.

APA

Wolfram 语言. (2016). Authentication. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/Authentication.html 年

BibTeX

@misc{reference.wolfram_2024_authentication, author="Wolfram Research", title="{Authentication}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/Authentication.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_authentication, organization={Wolfram Research}, title={Authentication}, year={2019}, url={https://reference.wolfram.com/language/ref/Authentication.html}, note=[Accessed: 21-November-2024 ]}