Security Schemes
exampleOauth2Flow
You authorize requests, by providing client credentials.
oauth2
authorizationCode
Authorization URL:
/authorize
Token URL:
/access_token
Scopes:
dog-lover
always requiredowner
optional
clientCredentials
Token URL:
/token
Scopes:
dog-lover
always requiredowner
optional