class AsyncSigningHandle
Defined at line 46 of file ../../third_party/grpc/src/include/grpc/private_key_signer.h
A handle for an asynchronous signing operation.
When `PrivateKeySigner::Sign` is implemented asynchronously, it returns an
instance of a concrete implementation of this class. This handle is used
to manage the asynchronous signing operation and can be used to cancel the
operation via `PrivateKeySigner::Cancel`.
Users must provide their own concrete implementation of this class. The
handle can store any state needed for the asynchronous operation.
Public Methods
void ~AsyncSigningHandle ()
Defined at line 48 of file ../../third_party/grpc/src/include/grpc/private_key_signer.h