From 660c39467d7b16ca56d5bf4f2ba967fe0eef8286 Mon Sep 17 00:00:00 2001 From: Eyal Halpern Shalev Date: Wed, 10 Jan 2024 20:26:36 +0200 Subject: [PATCH] examples: Fixed the formatting in the Authentication README.md (#6908) --- examples/features/authentication/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/features/authentication/README.md b/examples/features/authentication/README.md index 57028b8795d3..c0c52eb4b52a 100644 --- a/examples/features/authentication/README.md +++ b/examples/features/authentication/README.md @@ -52,7 +52,7 @@ To get the token, call on the given context. It returns the metadata map. Next, use the key "authorization" to get corresponding value, which is a slice of strings. For OAuth, the slice should only contain one element, which is a string in the -format of + " " + . Users can easily get the token by +format of ` + " " + `. Users can easily get the token by parsing the string, and then verify the validity of it. If the token is not valid, returns an error with error code