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.