Authentication

Authentication

クラウド,Web,SSHのアクセス関数のオプションで,認証パラメータの付与を許可する.

詳細

  • Authenticationの可能な設定
  • AutomaticCloudConnect信任についての基本認証
    <|"Username",|>認証のために明示的なユーザ名等を与える
    PermissionsKey["key"]認証のためのパーミッションキーを与える
    SecuredAuthenticationKey[assoc]OAuth-securedの認証鍵を与える
    assoc指定された明示的要素をHTTPリクエストに入れる
  • Authenticationassoc の形式の assoc は次の要素を持つことができる.
  • "Username"認証に使用するユーザ名
    "Password"認証に使うパスワード
    "Headers"サーバに送られるヘッダのリスト
    "Query"HTTPクエリ文字列またはパラメータと値のペアのリスト
    "SSHKey"SSH ID
    "SSHKeyPassword"SSHKeyを復号化するために使われるパスフレーズ文字列
  • SSH IDは "SSHKey" File[ident]の形で与えることができる.この中の ident はSSH秘密鍵を含むファイルである.これは"SSHKey" "string" として与えることもできる."string"はSSH秘密鍵である.

例題

  (6)

PermissionsKeyにパーミッションが与えられたクラウドオブジェクトを配備する:

AuthenticationPermissionsKeyを使ってクラウドオブジェクトのコンテンツを読む:

IDファイルを使ってリモートマシンからファイルをコピーする:

APIキーを使った認証Google Translate APIに接続する:

リクエストのヘッダで送信されたユーザのアクセストークンによる認証でPushbullet APIに接続する:

OAuth 2.0 SecuredAuthenticationKeyによる認証でReddit APIに接続する:

カスタムのTwitter app認証情報集合を与えることで,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 Language. 2016. "Authentication." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2019. https://reference.wolfram.com/language/ref/Authentication.html.

APA

Wolfram Language. (2016). Authentication. Wolfram Language & System Documentation Center. Retrieved from 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 ]}