Authentication method.
Definition in file auth_type.hpp.
Go to the source code of this file.
#include <userver/yaml_config/fwd.hpp>
Namespaces | |
namespace | ugrpc |
Asynchronous gRPC driver. | |
namespace | ugrpc::client |
Client-side utilities. | |
Enumerations | |
enum class | ugrpc::client::AuthType { kInsecure , kSsl } |
Authentication method. More... | |
Functions | |
AuthType | ugrpc::client::Parse (const yaml_config::YamlConfig &value, formats::parse::To< AuthType >) |