Skip to content

Instantly share code, notes, and snippets.

@A-pZ
Last active August 6, 2023 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save A-pZ/41cad7e8fa6874549657c2e647e20612 to your computer and use it in GitHub Desktop.
Save A-pZ/41cad7e8fa6874549657c2e647e20612 to your computer and use it in GitHub Desktop.
salesforce:
url: "https://test.salesforce.com/services/oauth2/token"
grant-type: "password"
consumer-key: "コンシューマー鍵の値"
consumer-secret: "コンシューマー秘密の値"
mail-address: "登録したユーザのメールアドレス"
password: "登録したユーザのパスワード"
security-token: "ユーザのセキュリティトークン"
application-url: "アプリケーション接続ドメイン" # 認証後に取得できます
application-path: "/services/data/v53.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment