Skip to content

Commit 0017208

Browse files
committed
Move schema to Bearer auth
1 parent 608a330 commit 0017208

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

openapi/components/footer.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
components:
22
securitySchemes:
33
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
4+
description: Bearer authentication
5+
type: http
6+
scheme: bearer
7+
bearerFormat: JWT

0 commit comments

Comments
 (0)