We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258e912 commit edbf357Copy full SHA for edbf357
openapi/components/footer.yaml
@@ -1,6 +1,10 @@
1
components:
2
securitySchemes:
3
oauth2:
4
- description: Bearer authentication
5
- type: http
6
- scheme: bearer
+ type: oauth2
+ flows:
+ clientCredentials:
7
+ tokenUrl: https://api2.arduino.cc/iot/v1/clients/token
8
+ scopes:
9
+ iot:devices: Read and write my devices
10
+ iot:things: Read and write my things
0 commit comments