We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8270f commit 660c394Copy full SHA for 660c394
examples/features/authentication/README.md
@@ -52,7 +52,7 @@ To get the token, call
52
on the given context. It returns the metadata map. Next, use the key
53
"authorization" to get corresponding value, which is a slice of strings. For
54
OAuth, the slice should only contain one element, which is a string in the
55
-format of <token-type> + " " + <token>. Users can easily get the token by
+format of `<token-type> + " " + <token>`. Users can easily get the token by
56
parsing the string, and then verify the validity of it.
57
58
If the token is not valid, returns an error with error code
0 commit comments