From 60c121c77010bdfba6c624eba626ad4056f0a666 Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Mon, 21 May 2018 14:28:32 -0500 Subject: [PATCH] Update oauth.md --- articles/hubs/oauth.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/hubs/oauth.md b/articles/hubs/oauth.md index 3ca4ee4..95c8602 100644 --- a/articles/hubs/oauth.md +++ b/articles/hubs/oauth.md @@ -1,10 +1,10 @@ -# OAuth for Hubs +# OAuth 2.0 ## 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. -> Stoplight supports OAuth 1.0 and 2.0 +> OAuth 2.0 works explicitly for accessCode workflow ## How