From 8f6e2df26be76c48d65392cbae47f3fa9912bfd4 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Mon, 27 Jun 2022 12:23:29 +0200 Subject: [PATCH] docs(asyncapi.md): end OAuth Flows Object field descriptions always with dot --- spec/asyncapi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/asyncapi.md b/spec/asyncapi.md index efe90d81..df774a4f 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.