|
GRPC C++
1.39.1
|
An interface that the application derives and uses to instantiate a TlsServerAuthorizationCheckConfig instance. More...
#include <tls_credentials_options.h>
Public Member Functions | |
| virtual | ~TlsServerAuthorizationCheckInterface ()=default |
| virtual int | Schedule (TlsServerAuthorizationCheckArg *arg)=0 |
| A callback that invokes the server authorization check. More... | |
| virtual void | Cancel (TlsServerAuthorizationCheckArg *) |
| A callback that cancels a server authorization check request. More... | |
An interface that the application derives and uses to instantiate a TlsServerAuthorizationCheckConfig instance.
Refer to the definition of the grpc_tls_server_authorization_check_config in grpc_tls_credentials_options.h for more details on the expectations of the member functions of the interface.
|
virtualdefault |
|
inlinevirtual |
A callback that cancels a server authorization check request.
|
pure virtual |
A callback that invokes the server authorization check.