ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • ヘルプ
  • Sign Out
ArcGIS Desktop

ArcGIS Online

組織のマッピング プラットフォーム

ArcGIS Desktop

完全なプロ仕様の GIS

ArcGIS Enterprise

エンタープライズ GIS

ArcGIS for Developers

位置情報利用アプリの開発ツール

ArcGIS Solutions

各種業界向けの無料のテンプレート マップおよびテンプレート アプリケーション

ArcGIS Marketplace

組織で使えるアプリとデータを取得

  • ドキュメント
  • サポート
Esri
  • サイン イン
user
  • マイ プロフィール
  • サイン アウト

Help

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • その他...

GetSigninToken

  • サマリー
  • 説明
  • 構文
  • コードのサンプル

サマリー

Returns token information when signed in to ArcGIS.com or a local portal.

説明

The GetSigninToken function will return the token and expiration information when signed in to a portal. This function should be used within a desktop application, either from the Python window or a script tool executed from within the application as it returns the token from the desktop session. If run from a stand-alone script, or the application is not signed in, the function will return None. The token can be used by urllib calls to authenticate with ArcGIS.com services through REST.

構文

GetSigninToken ()

戻り値

データ タイプ説明
Dictionary

A dictionary of key value pairs for token, referer, expires, and messages.

コードのサンプル

GetSigninToken example

Get and print a token within the Python window.

import arcpy

token = arcpy.GetSigninToken()
if token is not None:
    print(token['token'])

関連トピック

  • GetActivePortalURL
  • ListPortalURLs

ArcGIS Desktop

  • ホーム
  • ドキュメント
  • サポート

ArcGIS プラットフォーム

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

Esri について

  • 会社概要
  • 採用情報
  • Esri ブログ
  • ユーザ カンファレンス
  • デベロッパ サミット
Esri
ご意見・ご感想をお寄せください。
Copyright © 2019 Esri. | プライバシー | リーガル