From 78852f375c7ff764750a1b6630efc9d9a2374219 Mon Sep 17 00:00:00 2001 From: codeby-ak Date: Wed, 2 Jul 2025 12:05:09 +0530 Subject: [PATCH] commit JwtBearerExtensions.xml document --- .../JwtBearerExtensions.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/aspnet-core/xml/Microsoft.Extensions.DependencyInjection/JwtBearerExtensions.xml b/aspnet-core/xml/Microsoft.Extensions.DependencyInjection/JwtBearerExtensions.xml index 2fee82099..0f672a4df 100644 --- a/aspnet-core/xml/Microsoft.Extensions.DependencyInjection/JwtBearerExtensions.xml +++ b/aspnet-core/xml/Microsoft.Extensions.DependencyInjection/JwtBearerExtensions.xml @@ -74,7 +74,7 @@ Enables JWT-bearer authentication using the default scheme . - JWT bearer authentication performs authentication by extracting and validating a JWT token from the Authorization request header. + JWT bearer authentication performs authentication by extracting and validating a JWT from the Authorization request header. A reference to after the operation has completed. To be added. @@ -114,7 +114,7 @@ Enables JWT-bearer authentication using the default scheme . - JWT bearer authentication performs authentication by extracting and validating a JWT token from the Authorization request header. + JWT bearer authentication performs authentication by extracting and validating a JWT from the Authorization request header. A reference to after the operation has completed. To be added. @@ -147,7 +147,7 @@ Enables JWT-bearer authentication using a pre-defined scheme. - JWT bearer authentication performs authentication by extracting and validating a JWT token from the Authorization request header. + JWT bearer authentication performs authentication by extracting and validating a JWT from the Authorization request header. A reference to after the operation has completed. To be added. @@ -189,7 +189,7 @@ Enables JWT-bearer authentication using the specified scheme. - JWT bearer authentication performs authentication by extracting and validating a JWT token from the Authorization request header. + JWT bearer authentication performs authentication by extracting and validating a JWT from the Authorization request header. A reference to after the operation has completed. To be added. @@ -241,7 +241,7 @@ Enables JWT-bearer authentication using the specified scheme. - JWT bearer authentication performs authentication by extracting and validating a JWT token from the Authorization request header. + JWT bearer authentication performs authentication by extracting and validating a JWT from the Authorization request header. A reference to after the operation has completed. To be added.