pub type Client = NodeClient<AuthService>;
Expand description
A client to the remotely running node on the greenlight infrastructure. It is configured to authenticate itself with the device mTLS keypair and will sign outgoing requests with the same mTLS keypair.
Aliased Type§
pub struct Client { /* private fields */ }