Class GrpcClientSecurity.Builder

    • Method Detail

      • property

        public GrpcClientSecurity.Builder property​(String name,
                                                   Object value)
        Set a new property that may be used by SecurityProviders when creating the credentials to apply to the call.
        Parameters:
        name - property name.
        value - (new) property value. null value removes the property with the given name.
        Returns:
        the updated builder.