Skip to content
Snippets Groups Projects
  • Julien Boeuf's avatar
    caf9935e
    Also adding a credentials type to the plugin API. · caf9935e
    Julien Boeuf authored
    The purpose of this is to be able to install a composition policy that
    describes which types are incompatible and that will be enforced during
    call creds composition.
    
    If this functionality is wanted it will be done in an additive function in
    the API like :
    
    void grpc_call_credentials_set_composite_policy(
      grpc_call_credentials_composite_policy policy);
    caf9935e
    History
    Also adding a credentials type to the plugin API.
    Julien Boeuf authored
    The purpose of this is to be able to install a composition policy that
    describes which types are incompatible and that will be enforced during
    call creds composition.
    
    If this functionality is wanted it will be done in an additive function in
    the API like :
    
    void grpc_call_credentials_set_composite_policy(
      grpc_call_credentials_composite_policy policy);