Skip to content

Commit

Permalink
Update README.md (#3231)
Browse files Browse the repository at this point in the history
  • Loading branch information
amboz authored and dfawley committed Dec 11, 2019
1 parent 9f02fae commit 4323b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/features/interceptor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ the args passed in, such as RPC context, method string, request to be sent, and
CallOptions configured. With the info, users can even modify the RPC call. For
instance, in the example, we examine the list of CallOptions and see if call
credential has been configured. If not, configure it to use oauth2 with token
"some-secrete-token" as fallback. In our example, we intentionally omit
"some-secret-token" as fallback. In our example, we intentionally omit
configuring the per RPC credential to resort to fallback.

After pre-processing is done, use can invoke the RPC call by calling the
Expand Down

0 comments on commit 4323b78

Please sign in to comment.