Last active
August 6, 2023 07:33
-
-
Save A-pZ/41cad7e8fa6874549657c2e647e20612 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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