アクセストークンを発行します。
Header | Value |
---|---|
Authorization |
Bearer [token] |
Content-type |
application/json |
リクエストボディは下記のようなJSON文字列とします:
Field | Description |
---|---|
client_id |
クライアントを特定します。現在は node-red-admin または node-red-editor とします。 |
grant_type |
password とします。 |
scope |
スペース区切りの権限リストを指定します。現在は * または read とします。 |
username |
認証に使用するユーザー名 |
password |
認証に使用するパスワード |
Status Code | Reason | Response |
---|---|---|
200 |
成功 | 下記例を参照 |
401 |
認証されなかった | 無し |
Node-RED: Low-code programming for event-driven applications.
Copyright OpenJS Foundation and Node-RED contributors. All rights reserved. The OpenJS Foundation has registered trademarks and uses trademarks. For a list of trademarks of the OpenJS Foundation, please see our Trademark Policy and Trademark List. Trademarks and logos not indicated on the list of OpenJS Foundation trademarks are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
The OpenJS Foundation | Terms of Use | Privacy Policy | OpenJS Foundation Bylaws | Trademark Policy | Trademark List | Cookie Policy