We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833db1b commit 10186b0Copy full SHA for 10186b0
1 file changed
docs/source-2.0/guides/client-guidance/identity-auth/index.md
@@ -69,8 +69,8 @@ request**. A signature is metadata attached to a request that will be sent to
69
the service in order to allow the service to authenticate the caller's identity.
70
71
For example, an operation that uses a bearer token for
72
-identification would "sign" an outgoing HTTP request by presenting the value of
73
-the token in the Authorization header.
+identification would sign an outgoing HTTP request by presenting the value of
+the token in the `Authorization` header.
74
75
All signers require, at a minimum, a request to sign and an identity with which
76
to sign. A Signer should be modeled like so:
0 commit comments