Skip to content
Snippets Groups Projects
Commit c0d41c36 authored by Yang Gao's avatar Yang Gao
Browse files

Merge pull request #4580 from jboeuf/cpp_auth_doc

Fixing cpp auth doc pointers.
parents d5e59e2a 77bc16e3
No related branches found
No related tags found
No related merge requests found
...@@ -244,7 +244,7 @@ class ClientContext { ...@@ -244,7 +244,7 @@ class ClientContext {
/// client’s identity, role, or whether it is authorized to make a particular /// client’s identity, role, or whether it is authorized to make a particular
/// call. /// call.
/// ///
/// \see https://github.com/grpc/grpc/blob/master/doc/grpc-auth-support.md /// \see http://www.grpc.io/docs/guides/auth.html
void set_credentials(const std::shared_ptr<CallCredentials>& creds) { void set_credentials(const std::shared_ptr<CallCredentials>& creds) {
creds_ = creds; creds_ = creds;
} }
......
...@@ -55,7 +55,7 @@ class SecureCallCredentials; ...@@ -55,7 +55,7 @@ class SecureCallCredentials;
/// It can make various assertions, e.g., about the client’s identity, role /// It can make various assertions, e.g., about the client’s identity, role
/// for all the calls on that channel. /// for all the calls on that channel.
/// ///
/// \see https://github.com/grpc/grpc/blob/master/doc/grpc-auth-support.md /// \see http://www.grpc.io/docs/guides/auth.html
class ChannelCredentials : public GrpcLibrary { class ChannelCredentials : public GrpcLibrary {
public: public:
~ChannelCredentials() GRPC_OVERRIDE; ~ChannelCredentials() GRPC_OVERRIDE;
...@@ -80,7 +80,7 @@ class ChannelCredentials : public GrpcLibrary { ...@@ -80,7 +80,7 @@ class ChannelCredentials : public GrpcLibrary {
/// A call credentials object encapsulates the state needed by a client to /// A call credentials object encapsulates the state needed by a client to
/// authenticate with a server for a given call on a channel. /// authenticate with a server for a given call on a channel.
/// ///
/// \see https://github.com/grpc/grpc/blob/master/doc/grpc-auth-support.md /// \see http://www.grpc.io/docs/guides/auth.html
class CallCredentials : public GrpcLibrary { class CallCredentials : public GrpcLibrary {
public: public:
~CallCredentials() GRPC_OVERRIDE; ~CallCredentials() GRPC_OVERRIDE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment