Update auth.md

This commit is contained in:
dominik 2019-05-13 12:01:59 +02:00 committed by GitHub
parent d8b952225f
commit 5e8e0032ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 for each call made on the channel. A `CompositeChannelCredentials` associates a
`ChannelCredentials` and a `CallCredentials` to create a new `ChannelCredentials` and a `CallCredentials` to create a new
`ChannelCredentials`. The result will send the authentication data associated `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` For example, you could create a `ChannelCredentials` from an `SslCredentials`
and an `AccessTokenCredentials`. The result when applied to a `Channel` would and an `AccessTokenCredentials`. The result when applied to a `Channel` would