userver: userver/ugrpc/client/auth_type.hpp File Reference
Loading...
Searching...
No Matches
auth_type.hpp File Reference

Detailed Description

Authentication method.

Definition in file auth_type.hpp.

Go to the source code of this file.

+ 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 >)