From d8b952225fdfb412cf9754e69a0eadce2100b004 Mon Sep 17 00:00:00 2001 From: dominik Date: Mon, 13 May 2019 11:59:39 +0200 Subject: [PATCH 1/2] Update auth.md --- content/docs/guides/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/guides/auth.md b/content/docs/guides/auth.md index aaeebc6..d83647c 100644 --- a/content/docs/guides/auth.md +++ b/content/docs/guides/auth.md @@ -56,7 +56,7 @@ Credentials can be of two types: - **Call credentials**, which are attached to a call (or `ClientContext` in C++). -You can also combine these in a`CompositeChannelCredentials`, allowing you to +You can also combine these in a `CompositeChannelCredentials`, allowing you to specify, for example, SSL details for the channel along with call credentials for each call made on the channel. A `CompositeChannelCredentials` associates a `ChannelCredentials` and a `CallCredentials` to create a new From 5e8e0032ab6adba08e2e00ae955a73e43f93e210 Mon Sep 17 00:00:00 2001 From: dominik Date: Mon, 13 May 2019 12:01:59 +0200 Subject: [PATCH 2/2] Update auth.md --- content/docs/guides/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/guides/auth.md b/content/docs/guides/auth.md index d83647c..e1dc77e 100644 --- a/content/docs/guides/auth.md +++ b/content/docs/guides/auth.md @@ -61,7 +61,7 @@ specify, for example, SSL details for the channel along with call credentials for each call made on the channel. A `CompositeChannelCredentials` associates a `ChannelCredentials` and a `CallCredentials` to create a new `ChannelCredentials`. The result will send the authentication data associated -with the composed `CallCredentials`with every call made on the channel. +with the composed `CallCredentials` with every call made on the channel. For example, you could create a `ChannelCredentials` from an `SslCredentials` and an `AccessTokenCredentials`. The result when applied to a `Channel` would