From 9196699e55e5509b0561879dff19c391aa64ad0b Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Mon, 4 Jul 2022 17:15:57 +0200 Subject: [PATCH] docs: end OAuth Flows Object field descriptions always with dot (#815) --- spec/asyncapi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/asyncapi.md b/spec/asyncapi.md index efe90d81e..df774a4ff 100644 --- a/spec/asyncapi.md +++ b/spec/asyncapi.md @@ -2346,8 +2346,8 @@ Allows configuration of the supported OAuth Flows. ##### Fixed Fields Field Name | Type | Description ---|:---:|--- -implicit| [OAuth Flow Object](#oauthFlowObject) | Configuration for the OAuth Implicit flow -password| [OAuth Flow Object](#oauthFlowObject) | Configuration for the OAuth Resource Owner Protected Credentials flow +implicit| [OAuth Flow Object](#oauthFlowObject) | Configuration for the OAuth Implicit flow. +password| [OAuth Flow Object](#oauthFlowObject) | Configuration for the OAuth Resource Owner Protected Credentials flow. clientCredentials| [OAuth Flow Object](#oauthFlowObject) | Configuration for the OAuth Client Credentials flow. authorizationCode| [OAuth Flow Object](#oauthFlowObject) | Configuration for the OAuth Authorization Code flow.