Authentication method.
Definition in file auth_type.hpp.
Go to the source code of this file.
#include <userver/yaml_config/fwd.hpp>
This graph shows which files directly or indirectly include this file: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 >) |