Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<summary>
Enables JWT-bearer authentication using the default scheme <see cref="F:Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerDefaults.AuthenticationScheme" />.
<para>
JWT bearer authentication performs authentication by extracting and validating a JWT token from the <c>Authorization</c> request header.
JWT bearer authentication performs authentication by extracting and validating a JWT from the <c>Authorization</c> request header.
</para></summary>
<returns>A reference to <paramref name="builder" /> after the operation has completed.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -114,7 +114,7 @@
<summary>
Enables JWT-bearer authentication using the default scheme <see cref="F:Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerDefaults.AuthenticationScheme" />.
<para>
JWT bearer authentication performs authentication by extracting and validating a JWT token from the <c>Authorization</c> request header.
JWT bearer authentication performs authentication by extracting and validating a JWT from the <c>Authorization</c> request header.
</para></summary>
<returns>A reference to <paramref name="builder" /> after the operation has completed.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -147,7 +147,7 @@
<summary>
Enables JWT-bearer authentication using a pre-defined scheme.
<para>
JWT bearer authentication performs authentication by extracting and validating a JWT token from the <c>Authorization</c> request header.
JWT bearer authentication performs authentication by extracting and validating a JWT from the <c>Authorization</c> request header.
</para></summary>
<returns>A reference to <paramref name="builder" /> after the operation has completed.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -189,7 +189,7 @@
<summary>
Enables JWT-bearer authentication using the specified scheme.
<para>
JWT bearer authentication performs authentication by extracting and validating a JWT token from the <c>Authorization</c> request header.
JWT bearer authentication performs authentication by extracting and validating a JWT from the <c>Authorization</c> request header.
</para></summary>
<returns>A reference to <paramref name="builder" /> after the operation has completed.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -241,7 +241,7 @@
<summary>
Enables JWT-bearer authentication using the specified scheme.
<para>
JWT bearer authentication performs authentication by extracting and validating a JWT token from the <c>Authorization</c> request header.
JWT bearer authentication performs authentication by extracting and validating a JWT from the <c>Authorization</c> request header.
</para></summary>
<returns>A reference to <paramref name="builder" /> after the operation has completed.</returns>
<remarks>To be added.</remarks>
Expand Down