A struct containing all information necessary to schedule/cancel a credential reload request.
More...
A struct containing all information necessary to schedule/cancel a credential reload request.
cb and cb_user_data represent a gRPC-provided callback and an argument passed to it. key_materials is an in/output parameter containing currently used/newly reloaded credentials. If credential reload does not result in a new credential, key_materials should not be modified. status and error_details are used to hold information about errors occurred when a credential reload request is scheduled/cancelled. It is used for experimental purpose for now and subject to change.