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 608a330 commit 0017208Copy full SHA for 0017208
openapi/components/footer.yaml
@@ -1,10 +1,7 @@
1
components:
2
securitySchemes:
3
oauth2:
4
- type: oauth2
5
- flows:
6
- 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
+ description: Bearer authentication
+ type: http
+ scheme: bearer
+ bearerFormat: JWT
0 commit comments