Update oauth.md

This commit is contained in:
Robert Wallach
2018-05-21 14:28:32 -05:00
committed by GitHub
parent d0a8f14db9
commit 60c121c770

View File

@@ -1,10 +1,10 @@
# OAuth for Hubs # OAuth 2.0
## What ## What
OAuth provides a level of security to your documentation to restrict access to it. If your API is protected by OAuth, you will need to enable it for Try It Out. Enabling OAuth for Try It Out can be accomplished through two different methods: via Modeling or directly into the Hubs code. OAuth provides a level of security to your documentation to restrict access to it. If your API is protected by OAuth, you will need to enable it for Try It Out. Enabling OAuth for Try It Out can be accomplished through two different methods: via Modeling or directly into the Hubs code.
> Stoplight supports OAuth 1.0 and 2.0 > OAuth 2.0 works explicitly for accessCode workflow
## How ## How